From 441e265c32ee64f08890abe0044349702e9c02ab Mon Sep 17 00:00:00 2001 From: andres-portainer <91705312+andres-portainer@users.noreply.github.com> Date: Thu, 4 Aug 2022 10:10:13 -0300 Subject: [PATCH] feat(ui): renovate the docker images edit page EE-3505 (#7375) --- app/docker/views/images/edit/image.html | 99 ++++++++++++++----------- 1 file changed, 56 insertions(+), 43 deletions(-) diff --git a/app/docker/views/images/edit/image.html b/app/docker/views/images/edit/image.html index 955630666..0f987a23c 100644 --- a/app/docker/views/images/edit/image.html +++ b/app/docker/views/images/edit/image.html @@ -9,18 +9,26 @@
-
- {{ tag }} - - - - - - - - - - +
+ {{ tag }} + + + + + + + + + + + + + + + + + +
@@ -28,20 +36,19 @@
- - Note: you can click on the upload icon to push an image or on the download icon - to pull an image or on the trash icon to delete a - tag. + + Note: you can click on the upload icon to push an image or on the download icon + to pull an image or on the trash icon to delete a tag.
-
@@ -97,9 +104,9 @@ ID {{ image.Id }} - + @@ -212,34 +219,40 @@ - - -
- - Order - - - + + - - Size - - - + - - Layer - - - +
+ {{ layer.Order }} + {{ layer.Size | humansize }} @@ -249,7 +262,7 @@ {{ layer.CreatedBy | imagelayercommand | truncate: 130 }} - +