From 9284e4b451396e181e56af637b83b7243bba44d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Fri, 13 Feb 2015 14:28:09 +0100 Subject: [PATCH] Make text next to "Display All" clickable --- app/components/containers/containers.html | 3 +-- dist/dockerui.js | 5 ++--- dist/templates/app.js | 3 +-- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app/components/containers/containers.html b/app/components/containers/containers.html index 1ae9b1ef7..c2811581b 100644 --- a/app/components/containers/containers.html +++ b/app/components/containers/containers.html @@ -18,8 +18,7 @@
- Display All +
diff --git a/dist/dockerui.js b/dist/dockerui.js index 709e4fbc1..a62bcaf8a 100644 --- a/dist/dockerui.js +++ b/dist/dockerui.js @@ -1,4 +1,4 @@ -/*! dockerui - v0.6.0 - 2015-02-09 +/*! dockerui - v0.6.0 - 2015-02-13 * https://github.com/crosbymichael/dockerui * Copyright (c) 2015 Michael Crosby & Kevan Ahlquist; * Licensed MIT @@ -1230,8 +1230,7 @@ angular.module("app/components/containers/containers.html", []).run(["$templateC " \n" + "\n" + "
\n" + - " Display All\n" + + " \n" + "
\n" + "\n" + "
\n" + diff --git a/dist/templates/app.js b/dist/templates/app.js index f633b0a56..e1f9aacb5 100644 --- a/dist/templates/app.js +++ b/dist/templates/app.js @@ -219,8 +219,7 @@ angular.module("app/components/containers/containers.html", []).run(["$templateC " \n" + "\n" + "
\n" + - " Display All\n" + + " \n" + "
\n" + "\n" + "
\n" +