summaryrefslogtreecommitdiffstats
path: root/app/server-control/controllers
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2018-04-11 19:06:15 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-13 14:09:25 +0000
commit0838260889ed23acd5a02052450e0f87645e327f (patch)
treea4c8f34d8db293c892123d38813f35b99e8767e7 /app/server-control/controllers
parent3327583964a2b38bf2fd75f75d1d1f148f82f006 (diff)
downloadphosphor-webui-0838260889ed23acd5a02052450e0f87645e327f.tar.gz
phosphor-webui-0838260889ed23acd5a02052450e0f87645e327f.zip
Do not display the 'BMC last reboot' time
The 'BMC last reboot' time is incorrect. The time shown is the last refresh time instead of the last BMC reboot time. We need to implement a REST call to get the real last reboot time from uptime. Change-Id: I4d0f609f4350563a1809ae119f12727ebd0bf1b1 Signed-off-by: CamVan Nguyen <ctnguyen@us.ibm.com>
Diffstat (limited to 'app/server-control/controllers')
-rw-r--r--app/server-control/controllers/bmc-reboot-controller.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/server-control/controllers/bmc-reboot-controller.html b/app/server-control/controllers/bmc-reboot-controller.html
index 0468a8f..0d89a6c 100644
--- a/app/server-control/controllers/bmc-reboot-controller.html
+++ b/app/server-control/controllers/bmc-reboot-controller.html
@@ -3,6 +3,10 @@
<h1>Reboot BMC</h1>
</div>
+
+ <!-- TODO: openbmc/openbmc#2956 display correct BMC last reboot time,
+ need REST call.
+
<div class="row column">
<div class="page-header">
<p class="inline h4">Current BMC boot status</p>
@@ -10,6 +14,7 @@
<span class="courier-bold">{{dataService.last_updated |date:'h:mm:ss on MMM dd yyyy'}}</span></div>
</div>
</div>
+ -->
<div class="row column">
<div class="bmc-reboot-option" ng-class="{disabled: dataService.server_unreachable || dataService.loading, transitionAll: confirm}">
<p>When you reboot the BMC, your web browser loses contact with the BMC for several minutes. When the BMC is back online, you must log in again. If the Log In button is not available when the BMC is brought back online, close your web browser. Then, reopen the web browser and enter your BMC IP address.</p>
OpenPOWER on IntegriCloud