mirror of https://github.com/rancher/ui.git
replace displayName with hostname
This commit is contained in:
parent
5613e37de4
commit
51a3977181
|
|
@ -1,7 +1,7 @@
|
|||
<section class="header clearfix">
|
||||
<div class="pull-left">
|
||||
<h1 class="vertical-middle">
|
||||
{{t 'hostsPage.hostPage.header.title' name=model.node.displayName}}{{copy-to-clipboard clipboardText=model.node.hostname size="small"}}
|
||||
{{t 'hostsPage.hostPage.header.title' name=model.node.hostname}}{{copy-to-clipboard clipboardText=model.node.hostname size="small"}}
|
||||
</h1>
|
||||
{{!-- <div class="vertical-middle">
|
||||
<label class="acc-label vertical-middle p-0">{{t 'hostsPage.hostPage.hostname'}}:</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue