Track inventory group expand/collapse in local storage. Support multiple inventory syncs running simultaneously. Moved socket connection for job_events to app root. Added on/off socket button so user can tell state of connection and reset/reconnect when needed. Applied AC-1211 fix.

This commit is contained in:
Chris Houseknecht
2014-04-23 18:07:16 -04:00
parent b4d06796a3
commit 49c26aad10
16 changed files with 317 additions and 102 deletions

View File

@@ -1203,6 +1203,18 @@ input[type="checkbox"].checkbox-no-label {
}
/* end */
/* Socket icon */
.socket-ok {
color: @green;
}
.socket-error {
color: @red;
}
.socket-connecting {
color: @warning
}
/* end */
.field-success {
color: #5bb75b;
}