Skip to content

Commit d3f6941

Browse files
authored
Merge pull request #27 from cdsl-research/tomoyk/ui-update
UI update
2 parents 8056449 + 46daf92 commit d3f6941

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

dashboard/templates/_header.html

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset='utf-8'>
66
<title>ECoMan | {{ title }}</title>
77
<link rel="stylesheet" href="/static/spectre.min.css">
8+
<meta name="viewport" content="width=device-width,initial-scale=1">
89
</head>
910

1011
<body>

dashboard/templates/detail.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<section>
55
<fieldset>
66
<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 &#x2197;</button>
88
</a>
99
</fieldset>
1010
<fieldset>
@@ -45,6 +45,10 @@
4545
<td>VM Name</td>
4646
<td><b>{{ machine.name }}</b></td>
4747
</tr>
48+
<tr>
49+
<td>Comment</td>
50+
<td>{{ machine.comment }}</td>
51+
</tr>
4852
<tr>
4953
<td>Power Status</td>
5054
<td>
@@ -179,7 +183,7 @@
179183
}
180184

181185
main section {
182-
margin: 2em 0;
186+
margin: 0rem 0 1rem;
183187
}
184188

185189
main table th,

0 commit comments

Comments
 (0)