aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/nsb_report.css
diff options
context:
space:
mode:
authorPatrice Buriez <patrice.buriez@intel.com>2018-11-09 11:48:15 +0100
committerPatrice Buriez <patrice.buriez@intel.com>2018-12-21 19:07:59 +0100
commit6ab3d996abb23e4cd47dbaa8591577e019a84541 (patch)
tree7050838adc919c5741ab1d826c7971b9813935c3 /yardstick/common/nsb_report.css
parentf85bca25fd5a681215c210c51b703e0e957a91e5 (diff)
Only show metrics for selected nodes in data table
Together with timestamps, separately added into the table. Optimize the showcasing of graphs and table. JIRA: YARDSTICK-1367 Topic: report/html_table (11 of 12) Change-Id: I263960b059fd27409b36f825664da8c2804e0425 Signed-off-by: Shobhi Jain <shobhi.jain@intel.com> Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
Diffstat (limited to 'yardstick/common/nsb_report.css')
-rw-r--r--yardstick/common/nsb_report.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/yardstick/common/nsb_report.css b/yardstick/common/nsb_report.css
index 2beb91c53..235321441 100644
--- a/yardstick/common/nsb_report.css
+++ b/yardstick/common/nsb_report.css
@@ -16,6 +16,7 @@ table {
overflow-y: scroll;
height: 360px;
display: block;
+ width: 100%;
}
header {
@@ -24,6 +25,22 @@ header {
text-align: center;
}
+h1 {
+ font-size: 20pt;
+ font-weight: bold;
+ height: 20px;
+ margin: 0px 0px;
+}
+
+h4 {
+ font-size: 13pt;
+ height: 1px;
+ margin-bottom: 0px;
+}
+
.control-pane {
font-size: 10pt;
}
+
+.data-pane {
+}