1 |
95b003ff
|
Origo
|
<div>
|
2 |
|
|
<div class="border_container" style="padding: 8px; border-bottom: 1px solid #ddd;">
|
3 |
|
|
<button class="btn btn-sm btn-success pull-left shadow" onclick="servers.grid.newItem()" id="serversNewButton" style="display:none;">
|
4 |
|
|
New server…
|
5 |
|
|
</button>
|
6 |
|
|
|
7 |
|
|
<div class="pull-right" style="margin-left:10px;">
|
8 |
|
|
<form action="#servers" method="get" onsubmit="document.getElementById('servers_search_query').blur(); return false;">
|
9 |
|
|
<div data-dojo-type="stabile.ClearTextBox" id="servers_search_query" data-dojo-props='placeHolder:"Search by name", intermediateChanges:false'>
|
10 |
|
|
</div>
|
11 |
|
|
</form>
|
12 |
|
|
</div>
|
13 |
|
|
|
14 |
|
|
<div class="pull-right">
|
15 |
|
|
<span id="machines_sum" style="font-size:90%; color:#AAAAAA; vertical-align: sub;"></span>
|
16 |
|
|
<span style="vertical-align: sub; margin-left:10px;">Show:</span>
|
17 |
|
|
<select id="servers_status_filter_select" dojoType="dijit.form.Select">
|
18 |
|
|
<option value="all" selected="selected">All</option>
|
19 |
|
|
<option value="running">Running</option>
|
20 |
|
|
<option value="inactive">Inactive</option>
|
21 |
|
|
<option value="shutoff">Shutoff</option>
|
22 |
|
|
</select>
|
23 |
|
|
</div>
|
24 |
|
|
|
25 |
|
|
</div>
|
26 |
|
|
|
27 |
|
|
<!-- end top button container -->
|
28 |
|
|
|
29 |
|
|
<div id="servers-grid" class="grid-div"></div>
|
30 |
|
|
|
31 |
|
|
<!-- end grid container -->
|
32 |
|
|
|
33 |
|
|
<div class="border_container_south">
|
34 |
|
|
<a href="#servers" onClick="servers.grid.refresh();/*home.grid.refresh();*/home.updateVitals('update');" title="refresh" class="pull-right float btn"><img src="/stabile/static/img/ic_refresh_white_24dp_1x.png"></a>
|
35 |
|
|
</div>
|
36 |
|
|
</div>
|