mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(image-details): display image layer order and sort by it by default (#1715)
* feat(image-details): display image layer depth and sort by it by default (#1706) * refactor(image-details): rename 'Depth' to 'Order' in image layers table * refactor(image-details): sort image layers from the bottom to the top one
This commit is contained in:
parent
f0621cb09c
commit
4e38e4ba33
4 changed files with 17 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
function ImageLayerViewModel(data) {
|
||||
function ImageLayerViewModel(order, data) {
|
||||
this.Order = order;
|
||||
this.Id = data.Id;
|
||||
this.Created = data.Created;
|
||||
this.CreatedBy = data.CreatedBy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue