mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +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
|
@ -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