File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
< meta charset ='utf-8 '>
6
6
< title > ECoMan | {{ title }}</ title >
7
7
< link rel ="stylesheet " href ="/static/spectre.min.css ">
8
+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
8
9
</ head >
9
10
10
11
< body >
Original file line number Diff line number Diff line change 4
4
< section >
5
5
< fieldset >
6
6
< a href ="https://{{ machine.esxi_node_address }}/ui/#/host/vms/{{ machine.id }} " target ="_blank ">
7
- < button class ="btn btn-primary "> ESXi Console</ button >
7
+ < button class ="btn btn-primary "> ESXi Console ↗ </ button >
8
8
</ a >
9
9
</ fieldset >
10
10
< fieldset >
45
45
< td > VM Name</ td >
46
46
< td > < b > {{ machine.name }}</ b > </ td >
47
47
</ tr >
48
+ < tr >
49
+ < td > Comment</ td >
50
+ < td > {{ machine.comment }}</ td >
51
+ </ tr >
48
52
< tr >
49
53
< td > Power Status</ td >
50
54
< td >
179
183
}
180
184
181
185
main section {
182
- margin : 2 em 0 ;
186
+ margin : 0 rem 0 1 rem ;
183
187
}
184
188
185
189
main table th ,
You can’t perform that action at this time.
0 commit comments