mirror of
https://github.com/Kizuren/statusPage.git
synced 2026-01-11 09:01:07 +01:00
Cleanup and better style for outage state.
This commit is contained in:
parent
d0c0660ae9
commit
ed349be81b
2 changed files with 1 additions and 2 deletions
|
|
@ -77,7 +77,6 @@ class StatusBar extends HTMLElement {
|
|||
}
|
||||
|
||||
set logs(logs) {
|
||||
console.log(logs);
|
||||
this.innerHTML = '';
|
||||
this.logs_ = logs;
|
||||
let now = Date.now();
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ status-bar {
|
|||
position:relative;
|
||||
&[data-status="outage"] {
|
||||
background:#ea1313;
|
||||
box-shadow:0px 0px 3px #ea131355;
|
||||
border: 1px dashed #ffb704;
|
||||
}
|
||||
&[data-status="highly-degraded"] {
|
||||
background:#cc263f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue