-
Notifications
You must be signed in to change notification settings - Fork 0
/
status-ui.xml
55 lines (46 loc) · 1.77 KB
/
status-ui.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<mythuitheme>
<window name="status">
<imagetype name="background" from="basebackground2" />
<textarea name="heading" from="baseheading">
<value>System Status</value>
</textarea>
<buttonlist name="category" from="basebuttonlist">
<area>40,75,250,285</area>
<buttonarea>25,10,250,265</buttonarea>
<statetype name="buttonitem">
<area>0,0,250,30</area>
</statetype>
</buttonlist>
<buttonlist name="log" from="basebuttonlist">
<area>390,75,800,285</area>
<buttonarea>25,10,800,265</buttonarea>
<statetype name="buttonitem">
<state name="active">
<area>0,0,800,30</area>
<textarea name="buttontext" from="basetextarea">
<area>30,2,800,30</area>
<font>small</font>
<font state="error">smallred</font>
<font state="warning">smallyellow</font>
</textarea>
</state>
</statetype>
<statetype name="upscrollarrow">
<position>400,0</position>
</statetype>
<statetype name="downscrollarrow">
<position>400,275</position>
</statetype>
</buttonlist>
<textarea name="helplabel">
<area>80,410,740,30</area>
<value>Details</value>
<font>basemedium</font>
</textarea>
<textarea name="helptext">
<area>70,490,730,150</area>
<value>This screen displays the status of various system components</value>
<multiline>yes</multiline>
</textarea>
</window>
</mythuitheme>