From 25df1fe26ce2e5e46c7f5583b631302d0a7c7dd7 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 14 Jul 2016 11:16:10 +1200 Subject: [PATCH 1/3] style(ui): add table-hover class to all entity tables (#77) --- app/components/images/images.html | 2 +- app/components/networks/networks.html | 2 +- app/components/volumes/volumes.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/images/images.html b/app/components/images/images.html index 362ee65f1..bca8dc09e 100644 --- a/app/components/images/images.html +++ b/app/components/images/images.html @@ -63,7 +63,7 @@
- +
diff --git a/app/components/networks/networks.html b/app/components/networks/networks.html index 38d6a6410..96add077d 100644 --- a/app/components/networks/networks.html +++ b/app/components/networks/networks.html @@ -25,7 +25,7 @@
-
+
diff --git a/app/components/volumes/volumes.html b/app/components/volumes/volumes.html index 1d41c574e..6c66bc2f0 100644 --- a/app/components/volumes/volumes.html +++ b/app/components/volumes/volumes.html @@ -25,7 +25,7 @@
-
+
From e145d829470bb486a181a32592116885c28788a4 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 14 Jul 2016 11:16:16 +1200 Subject: [PATCH 2/3] style(ui): fix extra space in widget-header (#78) --- app/directives/widget-header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/directives/widget-header.js b/app/directives/widget-header.js index ec1cb2efc..22bed24cd 100644 --- a/app/directives/widget-header.js +++ b/app/directives/widget-header.js @@ -8,7 +8,7 @@ angular icon: '@' }, transclude: true, - template: '
{{title}}
', + template: '
{{title}}
', restrict: 'E' }; return directive; From 52d953a1c2d4630445b63f78a92d4c99c6fed9da Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 14 Jul 2016 11:16:23 +1200 Subject: [PATCH 3/3] style(ui): fix typo in Engine view (#76) --- app/components/docker/docker.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/docker/docker.html b/app/components/docker/docker.html index c26680f28..a3f723781 100644 --- a/app/components/docker/docker.html +++ b/app/components/docker/docker.html @@ -45,7 +45,7 @@
- +