mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +02:00
EE-3723 update headers to feather icon (#7275)
This commit is contained in:
parent
e6477b0b97
commit
43600083a7
61 changed files with 103 additions and 86 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="row" ng-if="image.RepoTags.length > 0">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa fa-tags" title-text="Image tags"></rd-widget-header>
|
||||
<rd-widget-header icon="tag" feather-icon="true" title-text="Image tags"></rd-widget-header>
|
||||
<rd-widget-body>
|
||||
<form class="form-horizontal">
|
||||
<div class="form-group">
|
||||
|
@ -54,7 +54,7 @@
|
|||
<div class="row" authorization="DockerImageCreate">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-tag" title-text="Tag the image"></rd-widget-header>
|
||||
<rd-widget-header icon="tag" feather-icon="true" title-text="Tag the image"></rd-widget-header>
|
||||
<rd-widget-body>
|
||||
<form class="form-horizontal">
|
||||
<!-- image-and-registry -->
|
||||
|
@ -89,7 +89,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-clone" title-text="Image details"></rd-widget-header>
|
||||
<rd-widget-header icon="list" feather-icon="true" title-text="Image details"></rd-widget-header>
|
||||
<rd-widget-body classes="no-padding">
|
||||
<table class="table">
|
||||
<tbody>
|
||||
|
@ -156,7 +156,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-clone" title-text="Dockerfile details"></rd-widget-header>
|
||||
<rd-widget-header icon="list" feather-icon="true" title-text="Dockerfile details"></rd-widget-header>
|
||||
<rd-widget-body classes="no-padding">
|
||||
<table class="table">
|
||||
<tbody>
|
||||
|
@ -208,7 +208,7 @@
|
|||
<div class="row" ng-if="history.length > 0">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-clone" title-text="Image layers"></rd-widget-header>
|
||||
<rd-widget-header icon="list" feather-icon="true" title-text="Image layers"></rd-widget-header>
|
||||
<rd-widget-body classes="no-padding">
|
||||
<table id="image-layers" class="table">
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue