mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-23 00:27:06 +01:00
Fix web debug layout. Added command execution from web UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user