mirror of https://github.com/rancher/api-ui.git
Remove user name display
This commit is contained in:
parent
804941be43
commit
c12323f303
|
|
@ -123,9 +123,6 @@
|
||||||
{{#if docsPage}}
|
{{#if docsPage}}
|
||||||
<a href="{{docsPage}}" target="apidocs">Documentation</a><br/>
|
<a href="{{docsPage}}" target="apidocs">Documentation</a><br/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if user}}
|
|
||||||
<span class="user">{{user}}</span>
|
|
||||||
{{/if}}
|
|
||||||
{{#if logout}}
|
{{#if logout}}
|
||||||
<a href="#" onclick="htmlapi.logout(); return false">Log Out</a>
|
<a href="#" onclick="htmlapi.logout(); return false">Log Out</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,6 @@
|
||||||
</td>
|
</td>
|
||||||
-->
|
-->
|
||||||
<td style="vertical-align: top; text-align: right">
|
<td style="vertical-align: top; text-align: right">
|
||||||
{{#if user}}
|
|
||||||
<span class="user">{{user}}</span>
|
|
||||||
{{/if}}
|
|
||||||
<a href="#" onclick="htmlapi.logout(); return false">Log Out</a><br/>
|
<a href="#" onclick="htmlapi.logout(); return false">Log Out</a><br/>
|
||||||
|
|
||||||
<a href="#" onclick="Cookie.set('apiview','browse'); htmlapi.show(); return false">JSON View</a><br/>
|
<a href="#" onclick="Cookie.set('apiview','browse'); htmlapi.show(); return false">JSON View</a><br/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue