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:
parent
1eb7e6bacc
commit
42529cc5ea
3 changed files with 13 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue