[PATCH] UI: Remove Unused Label Room for Debug Report

A blank column was reserved for labeling debug report grid, though there is no need place a label here. Remove it and make the report grid wider to make full use of page width. Dependency: * [PATCH] host.css: Change Indent to 4 Spaces Signed-off-by: Hongliang Wang <hlwang@linux.vnet.ibm.com> --- ui/css/theme-default/host.css | 2 +- ui/pages/tabs/host.html.tmpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css index 5e96b37..ad778bf 100644 --- a/ui/css/theme-default/host.css +++ b/ui/css/theme-default/host.css @@ -180,7 +180,7 @@ .host-panel #available-reports-grid { border-color: #ddd; height: 400px; - width: 750px; + width: 850px; } .host-panel select#available-reports-list { diff --git a/ui/pages/tabs/host.html.tmpl b/ui/pages/tabs/host.html.tmpl index aa4ecfb..d32773a 100644 --- a/ui/pages/tabs/host.html.tmpl +++ b/ui/pages/tabs/host.html.tmpl @@ -130,7 +130,6 @@ </h3> <div id="content-sys-reports" class="section-content"> <div class="section-row"> - <div class="section-label"></div> <div class="section-value"> <div id="available-reports-grid-container"></div> </div> -- 1.8.1.4

Reviewed-by: Aline Manera <alinefm@linux.vnet.ibm.com> On 01/16/2014 12:31 AM, Hongliang Wang wrote:
A blank column was reserved for labeling debug report grid, though there is no need place a label here. Remove it and make the report grid wider to make full use of page width.
Dependency: * [PATCH] host.css: Change Indent to 4 Spaces
Signed-off-by: Hongliang Wang <hlwang@linux.vnet.ibm.com> --- ui/css/theme-default/host.css | 2 +- ui/pages/tabs/host.html.tmpl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/ui/css/theme-default/host.css b/ui/css/theme-default/host.css index 5e96b37..ad778bf 100644 --- a/ui/css/theme-default/host.css +++ b/ui/css/theme-default/host.css @@ -180,7 +180,7 @@ .host-panel #available-reports-grid { border-color: #ddd; height: 400px; - width: 750px; + width: 850px; }
.host-panel select#available-reports-list { diff --git a/ui/pages/tabs/host.html.tmpl b/ui/pages/tabs/host.html.tmpl index aa4ecfb..d32773a 100644 --- a/ui/pages/tabs/host.html.tmpl +++ b/ui/pages/tabs/host.html.tmpl @@ -130,7 +130,6 @@ </h3> <div id="content-sys-reports" class="section-content"> <div class="section-row"> - <div class="section-label"></div> <div class="section-value"> <div id="available-reports-grid-container"></div> </div>
participants (2)
-
Aline Manera
-
Hongliang Wang