fix: fix building UI project (#2794)

* fix: fix building UI project

* fix makefile

* inputspec instead of config

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Alex Inkin
2024-12-03 03:44:27 +04:00
committed by GitHub
parent 75e7556bfa
commit 9f640b24b3
54 changed files with 9188 additions and 6748 deletions

View File

@@ -95,7 +95,7 @@ export class StateService extends Observable<RR.ServerState | null> {
.open('Trying to reach server', {
label: 'State unknown',
autoClose: 0,
status: 'error',
appearance: 'negative',
})
.pipe(
takeUntil(
@@ -106,7 +106,7 @@ export class StateService extends Observable<RR.ServerState | null> {
),
this.alerts.open('Connection restored', {
label: 'Server reached',
status: 'success',
appearance: 'positive',
}),
),
),