From 29aed748ba944e63a935e081b33bd594892a6fbf Mon Sep 17 00:00:00 2001 From: shu-mutou Date: Thu, 10 Mar 2016 11:34:37 +0900 Subject: [PATCH] Fix styles of table views We should fix following styles in table views for Mitaka Horizon. This patch fixes these styles according to following html file in patch. /openstack_dashboard/static/app/core/images/table/images-table.html https://review.openstack.org/#/c/246625/ Change-Id: I5061384da3ef94c31f4a3fd4cfab847d2a6852fe --- .../dashboard/project/queues/table/table.html | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/zaqar_ui/static/dashboard/project/queues/table/table.html b/zaqar_ui/static/dashboard/project/queues/table/table.html index 26f4b1c..8ad20d5 100644 --- a/zaqar_ui/static/dashboard/project/queues/table/table.html +++ b/zaqar_ui/static/dashboard/project/queues/table/table.html @@ -6,7 +6,7 @@ st-safe-src="table.queuesSrc" default-sort="name" default-sort-reverse="false" - class="table-striped table-rsp table-detail modern"> + class="table table-striped table-rsp table-detail"> @@ -16,7 +16,7 @@ This is where batch actions like searching, creating, and deleting. --> - + @@ -28,7 +28,7 @@ The headers for the table columns --> - + @@ -36,7 +36,7 @@ Claimed Messages Free Messages Total Messages - Actions + Actions @@ -51,7 +51,7 @@ --> - + @@ -66,7 +66,7 @@ {$ q.claimed $} {$ q.free $} {$ q.total $} - + -
+
Free Messages
{$ q.free $}
+ + +
-
+
Metadata
{$ q.metadata $}
-