update status
This commit is contained in:
parent
eb9fc633fb
commit
180f888819
|
|
@ -83,7 +83,7 @@ h1 { font-size: 1.75rem; font-weight: 700; margin: 0 0 0.5rem; }
|
||||||
color: var(--bar-paused); border: 1px solid var(--bar-paused);
|
color: var(--bar-paused); border: 1px solid var(--bar-paused);
|
||||||
background: transparent; text-transform: uppercase; letter-spacing: 0.04em;
|
background: transparent; text-transform: uppercase; letter-spacing: 0.04em;
|
||||||
}
|
}
|
||||||
.bars { display: flex; gap: 0.1rem; height: 32px; align-items: stretch; position: relative; }
|
.bars { display: flex; gap: 0.1rem; height: 30px; align-items: stretch; position: relative; }
|
||||||
.bar { flex: 1; min-width: 0; border-radius: 2px; transition: opacity 0.15s; }
|
.bar { flex: 1; min-width: 0; border-radius: 2px; transition: opacity 0.15s; }
|
||||||
.bar:hover { opacity: 0.8; }
|
.bar:hover { opacity: 0.8; }
|
||||||
.bars-meta { display: flex; justify-content: space-between; font-size: 0.7rem; color: var(--muted); margin-top: 0.4rem; }
|
.bars-meta { display: flex; justify-content: space-between; font-size: 0.7rem; color: var(--muted); margin-top: 0.4rem; }
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,6 @@ deploy_status() {
|
||||||
cd apps/status
|
cd apps/status
|
||||||
/root/.bun/bin/bun install
|
/root/.bun/bin/bun install
|
||||||
systemctl restart pingql-status
|
systemctl restart pingql-status
|
||||||
systemctl restart caddy
|
|
||||||
echo "Status deployed and restarted"
|
echo "Status deployed and restarted"
|
||||||
REMOTE
|
REMOTE
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue