Fix web debug layout. Added command execution from web UI

This commit is contained in:
Xose Pérez
2018-03-11 22:09:20 +01:00
parent 9e99cab572
commit 5f2b22d063
10 changed files with 3348 additions and 3259 deletions

View File

@@ -121,6 +121,14 @@ div.state {
text-align: right;
}
.terminal {
font-family: 'Courier New', monospace !important;
font-size: 80% !important;
line-height: 100% !important;
background-color: #000 !important;
color: #0F0 !important;
}
/* -----------------------------------------------------------------------------
Buttons
-------------------------------------------------------------------------- */
@@ -163,6 +171,7 @@ div.state {
.button-ha-config,
.button-settings-backup,
.button-settings-restore,
.button-dbgcmd,
.button-apikey {
background: rgb(0, 192, 0); /* green */
}
@@ -175,6 +184,7 @@ div.state {
}
.button-upgrade-browse,
.button-dbgcmd,
.button-ha-add,
.button-apikey,
.button-upgrade {
@@ -281,19 +291,15 @@ span.slider {
#haConfig,
#scanResult {
color: #888;
font-family: 'Courier New', monospace;
font-size: 60%;
margin-top: 10px;
display: none;
padding: 10px;
}
/* -----------------------------------------------------------------------------
Logs
-------------------------------------------------------------------------- */
#weblog {
font-family: 'Courier New', monospace;
font-size: 60%;
resize: none;
height: 300px;
line-height: 100%;
height: 400px;
}