summaryrefslogtreecommitdiffstats
path: root/app/overview/controllers
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-17 15:01:56 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-20 02:58:51 +0000
commit7a3928da6aecfa20d6676150d978bca8eba62ab5 (patch)
treef849c31720768014a632d0baa7d7d1b112041e5a /app/overview/controllers
parent13ac3af40c33d1a6626aa5cb0f41f325ac7f20db (diff)
downloadphosphor-webui-7a3928da6aecfa20d6676150d978bca8eba62ab5.tar.gz
phosphor-webui-7a3928da6aecfa20d6676150d978bca8eba62ab5.zip
Do not display the 'edit' hostname
Editing the hostname does not work. We need a rest call to do this. Comment this 'edit' button out until the code is added to do this. Tested: Don't see this edit button the server overview page. Change-Id: I957a3df99810a206c67e95dd4d53dc5d6833387c Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/overview/controllers')
-rw-r--r--app/overview/controllers/system-overview-controller.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index 8b032d2..6899f4b 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -2,7 +2,8 @@
<div class="overview">
<div class="row column">
<h1 class="inline">{{dataService.hostname}}</h1>
- <button class="link" ng-click="edit_server_name = !edit_server_name">edit</button><!-- this is default name. Will show custom server name if set -->
+ <!-- TODO: openbmc/openbmc#3140 Edit the hostname when a new value is entered.
+ <button class="link" ng-click="edit_server_name = !edit_server_name">edit</button> --><!-- this is default name. Will show custom server name if set -->
</div>
<section class="row">
<div class="column large-8">
OpenPOWER on IntegriCloud