summaryrefslogtreecommitdiffstats
path: root/app/overview
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-05-01 14:05:25 -0700
committerGunnar Mills <gmills@us.ibm.com>2018-05-14 12:08:32 +0000
commit9f8af0c8fe9322ffc662912f92b6c7c6c1935c34 (patch)
treee4fa27b3ebe3a2a0f29d16d7cd58c27484e54c5c /app/overview
parentf97adb9f56ba9d2bdcdb903cee8b85b908426f75 (diff)
downloadphosphor-webui-9f8af0c8fe9322ffc662912f92b6c7c6c1935c34.tar.gz
phosphor-webui-9f8af0c8fe9322ffc662912f92b6c7c6c1935c34.zip
Revert "Do not display the 'edit' hostname"
This reverts commit 7a3928da6aecfa20d6676150d978bca8eba62ab5. Commits coming on top of this to add the required function in. Change-Id: I5fe903f33de66577a807a391227dabaea0ddd69d Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'app/overview')
-rw-r--r--app/overview/controllers/system-overview-controller.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html
index 982b89d..7f26f44 100644
--- a/app/overview/controllers/system-overview-controller.html
+++ b/app/overview/controllers/system-overview-controller.html
@@ -2,8 +2,7 @@
<div class="overview">
<div class="row column">
<h1 class="inline">{{dataService.hostname}}</h1>
- <!-- 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 -->
+ <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