mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +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
|
@ -1,5 +1,6 @@
|
|||
function VolumeViewModel(data) {
|
||||
this.Id = data.Name;
|
||||
this.CreatedAt = data.CreatedAt;
|
||||
this.Driver = data.Driver;
|
||||
this.Options = data.Options;
|
||||
this.Labels = data.Labels;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue