mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 23:05:26 +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
|
@ -11,7 +11,7 @@
|
|||
<div class="col-sm-12" ng-if="containers">
|
||||
<containers-datatable
|
||||
title-text="Containers"
|
||||
title-icon="fa-server"
|
||||
title-icon="fa-cubes"
|
||||
dataset="containers"
|
||||
table-key="containers"
|
||||
order-by="Status"
|
||||
|
|
|
@ -284,7 +284,7 @@
|
|||
<div class="row" ng-if="container.Mounts.length > 0">
|
||||
<div class="col-lg-12 col-md-12 col-xs-12">
|
||||
<rd-widget>
|
||||
<rd-widget-header icon="fa-cubes" title-text="Volumes"></rd-widget-header>
|
||||
<rd-widget-header icon="fa-hdd" title-text="Volumes"></rd-widget-header>
|
||||
<rd-widget-body classes="no-padding">
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue