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

feat(volumes): show volume creation date (#2745)

This commit is contained in:
linquize 2019-03-01 06:59:11 +08:00 committed by Anthony Lapenna
parent 1eb7e6bacc
commit 42529cc5ea
3 changed files with 13 additions and 0 deletions

View file

@ -19,6 +19,10 @@
<button class="btn btn-xs btn-danger" ng-click="removeVolume()"><i class="fa fa-trash-alt space-right" aria-hidden="true"></i>Remove this volume</button>
</td>
</tr>
<tr>
<td>Created</td>
<td>{{ volume.CreatedAt | getisodate }}</td>
</tr>
<tr>
<td>Mount path</td>
<td>{{ volume.Mountpoint }}</td>