1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

feat(dashboard): remove driver information in volumes (#1148)

This commit is contained in:
Anthony Lapenna 2017-08-23 09:51:42 +02:00 committed by GitHub
parent 35dd3916dd
commit d50a650686

View file

@ -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>