mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 15:25:22 +02:00
style(docker): replace icons for containers and volumes (#3950)
* fix(sidebar): replace icons for containers and volumes * fix(icons): replace icons for containers and volumes
This commit is contained in:
parent
5760648970
commit
40f9078d80
11 changed files with 14 additions and 14 deletions
|
@ -42,7 +42,7 @@
|
|||
{{ $ctrl.model.Snapshots[0].ServiceCount === 1 ? 'service' : 'services' }}
|
||||
</span>
|
||||
<span style="padding: 0 7px 0 7px;">
|
||||
<i class="fa fa-server space-right" aria-hidden="true"></i>{{ $ctrl.model.Snapshots[0].RunningContainerCount + $ctrl.model.Snapshots[0].StoppedContainerCount }}
|
||||
<i class="fa fa-cubes space-right" aria-hidden="true"></i>{{ $ctrl.model.Snapshots[0].RunningContainerCount + $ctrl.model.Snapshots[0].StoppedContainerCount }}
|
||||
{{ $ctrl.model.Snapshots[0].RunningContainerCount + $ctrl.model.Snapshots[0].StoppedContainerCount === 1 ? 'container' : 'containers' }}
|
||||
<span ng-if="$ctrl.model.Snapshots[0].RunningContainerCount > 0 || $ctrl.model.Snapshots[0].StoppedContainerCount > 0">
|
||||
-
|
||||
|
@ -54,7 +54,7 @@
|
|||
</span>
|
||||
</span>
|
||||
<span style="padding: 0 7px 0 7px;">
|
||||
<i class="fa fa-cubes space-right" aria-hidden="true"></i>{{ $ctrl.model.Snapshots[0].VolumeCount }}
|
||||
<i class="fa fa-hdd space-right" aria-hidden="true"></i>{{ $ctrl.model.Snapshots[0].VolumeCount }}
|
||||
{{ $ctrl.model.Snapshots[0].VolumeCount === 1 ? 'volume' : 'volumes' }}
|
||||
</span>
|
||||
<span style="padding: 0 7px 0 7px;">
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<input type="radio" id="template_container" ng-model="$ctrl.model.Type" ng-value="1" />
|
||||
<label for="template_container">
|
||||
<div class="boxselector_header">
|
||||
<i class="fa fa-server" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
<i class="fa fa-cubes" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
Container
|
||||
</div>
|
||||
<p>Container template</p>
|
||||
|
|
|
@ -150,7 +150,7 @@
|
|||
<div class="col-sm-12">
|
||||
<containers-datatable
|
||||
title-text="Containers"
|
||||
title-icon="fa-server"
|
||||
title-icon="fa-cubes"
|
||||
dataset="containers"
|
||||
table-key="stack-containers"
|
||||
order-by="Status"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue