mirror of https://github.com/portainer/portainer
feat(dashboard): remove driver information in volumes (#1148)
parent
35dd3916dd
commit
d50a650686
|
@ -125,9 +125,6 @@
|
|||
<div class="widget-icon blue pull-left">
|
||||
<i class="fa fa-cubes"></i>
|
||||
</div>
|
||||
<div class="pull-right" ng-if="infoData.Driver">
|
||||
<div><i class="fa fa-hdd-o space-right"></i>{{ infoData.Driver }} driver</div>
|
||||
</div>
|
||||
<div class="title">{{ volumeData.total }}</div>
|
||||
<div class="comment">Volumes</div>
|
||||
</rd-widget-body>
|
||||
|
|
Loading…
Reference in New Issue