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:
Alex Inkin
2025-02-25 19:33:35 +04:00
committed by GitHub
parent 1b006599cf
commit 7fff9579c0
70 changed files with 2437 additions and 2325 deletions

View File

@@ -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);
}