gluon-config-mode: show hostname on reboot page. fixes #8

This commit is contained in:
Nils Schneider 2013-11-28 19:16:28 +01:00
parent 9e05fb9bc2
commit bc648d18e3
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@ $Id$
<p>
@config_mode.msg_pubkey@
</p>
<div style="text-align: center;font-size: 2em;line-height: 1em; background: #f5f5f5; border: 1px solid #ececec; margin-bottom: 0.5em; padding: 0.5em">
<div style="text-align: left;font-size: 2em;line-height: 1em; background: #f5f5f5; border: 1px solid #ececec; margin-bottom: 0.5em; padding: 0.5em">
# <%=luci.sys.hostname()%>
<br/>
<%=pubkey%>
</div>
</fieldset>