choose host button has been moved next to the host name selector

remotes/svn/3.6
Roman Dieser 14 years ago
parent cb382e3c82
commit 065f732ccb

@ -8,15 +8,14 @@
<script type="text/javascript" src="/js/jsrrd/flot/jquery.flot.selection.js"></script>
<script type="text/javascript" src="/js/jsrrd/flot/jquery.flot.pie.js"></script>
<h3 id="title">Dashboard</h3>
<h3 id="title">Dashboard: [% selected_host %]</h3>
<div id="host_selector">
<h4>[% selected_host %]</h4>
<form action="[% ctx %]" method="post">
<table>
<table align="left" style="width: auto !important;">
<tr>
<td>Please, choose a host to show:</td>
<td>
Please, choose a host to show:&nbsp;
<select name="server_to_show">
[% FOREACH host_name IN hosts %]
[% IF host_name != selected_host %]
@ -27,13 +26,18 @@
[% END %]
</select>
</td>
<td style="width: 20px">&nbsp;</td>
<td><input type="submit" name="choose" value="Choose" /></td>
</tr>
</table>
</form>
</div>
<br />
<table id="section_separator" width="100%" style="margin: 0px !important;">
<tr>
<td style="padding: 0px !important;">&nbsp;</td>
</tr>
</table>
</div>
<div class="topsubmenu">
<ul>
<li [% "class=\"selected\"" IF ctx=="system" %]><a href="system"><span>System</span></a></li>

Loading…
Cancel
Save