mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
feat: redesign service route (#2835)
* feat: redesign service route * chore: more changes * remove automated backups and fix interface addresses * fix rpc methods and slightly better mocks --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ h2 {
|
||||
font: var(--tui-font-heading-6);
|
||||
}
|
||||
|
||||
.g-success {
|
||||
.g-positive {
|
||||
color: var(--tui-status-positive);
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ h2 {
|
||||
color: var(--tui-status-warning);
|
||||
}
|
||||
|
||||
.g-error {
|
||||
.g-negative {
|
||||
color: var(--tui-status-negative);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user