From 13f3335098f6b2695f344714f7063f7270582794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Thu, 3 Sep 2015 13:27:15 +0200 Subject: [PATCH 1/2] Allow filtering containers Closes #84 --- app/components/containers/containers.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/components/containers/containers.html b/app/components/containers/containers.html index c2811581b..d534f84c7 100644 --- a/app/components/containers/containers.html +++ b/app/components/containers/containers.html @@ -17,8 +17,9 @@ -
- +
+   +
@@ -33,7 +34,7 @@ - + From 6719c84a7a58bfa15bceae56db02d1d0b95ef994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Thu, 3 Sep 2015 13:37:23 +0200 Subject: [PATCH 2/2] Allow filtering images --- app/components/images/images.html | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/app/components/images/images.html b/app/components/images/images.html index bb3ab40c2..00fc2ec09 100644 --- a/app/components/images/images.html +++ b/app/components/images/images.html @@ -3,15 +3,21 @@

Images:

- +
+ + +
+ +
+
{{ container|containername}} {{ container.Image }}
@@ -23,7 +29,7 @@ - +
{{ image.Id|truncate:20}} {{ image|repotag }}