mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
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:
@@ -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',
|
||||
}),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user