1
|
<div>
|
2
|
<div class="border_container" style="padding: 8px; border-bottom: 1px solid #ddd;">
|
3
|
<span style="display:inline-block;">
|
4
|
<span style="vertical-align: top; font-weight:400; margin-left:10px;">
|
5
|
Default node identity:
|
6
|
</span>
|
7
|
<select dojoType="dijit.form.FilteringSelect"
|
8
|
id="defaultidentity"
|
9
|
name="defaultidentity"
|
10
|
store="stores.nodeIdentities"
|
11
|
searchAttr="name"
|
12
|
disabled="true"
|
13
|
style="border:0; width:150px; vertical-align:top;"
|
14
|
>
|
15
|
</select>
|
16
|
<button class="btn btn-xs btn-primary shadow" onclick="nodes.saveDefaultNodeIdentity();">Set</button>
|
17
|
<span style="vertical-align: top; font-weight:400; margin-left:15px;">
|
18
|
Nodes sleep after:
|
19
|
</span>
|
20
|
<select dojoType="dijit.form.FilteringSelect"
|
21
|
disabled="true"
|
22
|
id="sleepafter"
|
23
|
name="sleepafter"
|
24
|
style="border:0; width:90px; vertical-align:top;">
|
25
|
<option selected value="15">15 minutes</option>
|
26
|
<option value="30">30 minutes</option>
|
27
|
<option value="60">60 minutes</option>
|
28
|
<option value="0">Never</option>
|
29
|
</select>
|
30
|
</span>
|
31
|
<a href="https://www.origo.io/info/stabiledocs/web/nodes/" rel="help" target="_blank" class="irigo-tooltip">help</a>
|
32
|
|
33
|
<div class="pull-right">
|
34
|
<div style="color:#AAAAAA;">
|
35
|
<span id="statsbox" style="font-size:90%;"></span>
|
36
|
</div>
|
37
|
<div style="color:#AAAAAA;">
|
38
|
Storage:
|
39
|
<span id="storagestatsbox" style="font-size:90%;"></span>
|
40
|
</div>
|
41
|
</div>
|
42
|
|
43
|
</div>
|
44
|
|
45
|
<div id="nodes-grid" style="height:414px"></div>
|
46
|
|
47
|
<div class="border_container_south">
|
48
|
<div>
|
49
|
<a href="#nodes" onClick="window['nodes'].grid.refresh();" title="refresh" class="pull-right float btn"><img src="/stabile/static/img/ic_refresh_white_24dp_1x.png"></a>
|
50
|
</div>
|
51
|
</div>
|
52
|
</div>
|