diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-10-13 16:24:33 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-10-18 14:09:27 +0000 |
| commit | 335ac3449f2ca22332ff1d5498add061f4bdc182 (patch) | |
| tree | da13257c827a050076ed3fc05ec48397c3f89820 /app/overview | |
| parent | 3d3e326692f7a81b47ad53b655ca74839eda2e54 (diff) | |
| download | phosphor-webui-335ac3449f2ca22332ff1d5498add061f4bdc182.tar.gz phosphor-webui-335ac3449f2ca22332ff1d5498add061f4bdc182.zip | |
Capitalize "Edit" hostname
To match other links, capitalize the first letter of "Edit".
Resolves openbmc/phosphor-webui#25
Change-Id: I6da98358c68223b7a70e5500f3a83a6cd57a5f32
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/overview')
| -rw-r--r-- | app/overview/controllers/system-overview-controller.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/overview/controllers/system-overview-controller.html b/app/overview/controllers/system-overview-controller.html index a99775c..ad28811 100644 --- a/app/overview/controllers/system-overview-controller.html +++ b/app/overview/controllers/system-overview-controller.html @@ -2,7 +2,7 @@ <div class="overview"> <div class="row column"> <h1 class="inline">{{dataService.hostname}}</h1> - <button class="link" ng-click="edit_hostname = !edit_hostname">edit</button><!-- this is default name. Will show custom server name if set --> + <button class="link" ng-click="edit_hostname = !edit_hostname">Edit</button><!-- this is default name. Will show custom server name if set --> </div> <section class="row"> <div class="column large-8"> |

