summaryrefslogtreecommitdiffstats
path: root/app/server-health/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/server-health/controllers')
-rw-r--r--app/server-health/controllers/inventory-overview-controller.html2
-rw-r--r--app/server-health/controllers/log-controller.html2
-rw-r--r--app/server-health/controllers/sensors-overview-controller.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/server-health/controllers/inventory-overview-controller.html b/app/server-health/controllers/inventory-overview-controller.html
index b9f6f27..c7fa781 100644
--- a/app/server-health/controllers/inventory-overview-controller.html
+++ b/app/server-health/controllers/inventory-overview-controller.html
@@ -3,7 +3,7 @@
<div class="row column no-padding">
<h1>Hardware status</h1>
<div class="page-header">
- <h2 class="inline h4">All hardware in the system</h2>
+ <h2 class="inline">All hardware in the system</h2>
<a ng-href="data:text/json;charset=utf-8,{{originalData}}" class="inline btn-export float-right" download="export_inventory.json" ng-show="hardwares.length">Export</a>
</div>
diff --git a/app/server-health/controllers/log-controller.html b/app/server-health/controllers/log-controller.html
index 5ece64a..0a5dfab 100644
--- a/app/server-health/controllers/log-controller.html
+++ b/app/server-health/controllers/log-controller.html
@@ -5,7 +5,7 @@
</div>
<section class="row column">
<div class="page-header">
- <h2 class="inline h4">All events from the BMC</h2>
+ <h2 class="inline">All events from the BMC</h2>
<div class="event-log__timezone inline float-right">
<button class="dropdown__button" ng-click="timezone = timezone == true ? false : true;" toggle-flag="timezone">
<span>{{tmz === 'UTC' ? 'UTC Timezone' : 'User Timezone'}}</span>
diff --git a/app/server-health/controllers/sensors-overview-controller.html b/app/server-health/controllers/sensors-overview-controller.html
index 90950c8..5a6f95a 100644
--- a/app/server-health/controllers/sensors-overview-controller.html
+++ b/app/server-health/controllers/sensors-overview-controller.html
@@ -5,7 +5,7 @@
</div>
<section class="row column">
<div class="page-header">
- <h2 class="inline h4">All sensors present in the system</h2>
+ <h2 class="inline">All sensors present in the system</h2>
<a ng-href="data:text/json;charset=utf-8,{{export_data}}" class="inline btn-export float-right" download="{{export_name}}">Export</a>
</div>
</section>
OpenPOWER on IntegriCloud