Skip to content

Commit 6abf8d8

Browse files
committed
+fix: impr. style
1 parent 7578cb0 commit 6abf8d8

5 files changed

Lines changed: 10 additions & 11 deletions

File tree

nginx/app.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ button.loading .spinner {
382382
padding: 0 4px;
383383
}
384384

385-
.stats-x-axis > .bar-lbl {
385+
.stats-x-axis>.bar-lbl {
386386
flex: 1;
387387
}
388388

@@ -461,6 +461,7 @@ button.loading .spinner {
461461
background: rgba(255, 200, 50, 0.4);
462462
}
463463

464+
.day-totals,
464465
.bar-lbl {
465466
color: #aaa;
466467
}
@@ -473,8 +474,4 @@ button.loading .spinner {
473474
color: #aaa;
474475
border-right-color: #555;
475476
}
476-
477-
.day-totals {
478-
color: #aaa;
479-
}
480477
}

nginx/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,10 @@ <h1>Sonnen SmartSwitch <span class="release" name="release_tag"></span></h1>
220220
<div>Trust Store:</div>
221221
<div name="ca_store"></div>
222222
</div>
223-
<label for="certs">Root CAs used for updates (PEM):</label>
224-
<textarea id="certs" name="certs" rows="6" placeholder="-----BEGIN CERTIFICATE-----"></textarea>
223+
<div class="fg">
224+
<label for="certs">Root CAs (PEM):</label>
225+
<textarea id="certs" name="certs" rows="6" placeholder="-----BEGIN CERTIFICATE-----"></textarea>
226+
</div>
225227
<div class="fg">
226228
<div></div>
227229
<div>

nginx/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ http {
3131
}
3232

3333
location /api {
34-
proxy_pass http://192.168.188.44;
34+
proxy_pass http://192.168.188.34;
3535
}
3636

3737
location /update {
38-
proxy_pass http://192.168.188.44;
38+
proxy_pass http://192.168.188.34;
3939
}
4040
}
4141
server {

smartswitch.espxx/include/app_css.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

smartswitch.espxx/include/index_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)