mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
better connection messaging
This commit is contained in:
committed by
Aiden McClelland
parent
673ad6c5d2
commit
aa786bc845
@@ -42,7 +42,6 @@ export class AppInterfacesPage {
|
||||
header: message,
|
||||
position: 'bottom',
|
||||
duration: 1000,
|
||||
cssClass: 'notification-toast',
|
||||
})
|
||||
await toast.present()
|
||||
}
|
||||
|
||||
@@ -96,7 +96,6 @@ export class AppPropertiesPage {
|
||||
header: message,
|
||||
position: 'bottom',
|
||||
duration: 1000,
|
||||
cssClass: 'notification-toast',
|
||||
})
|
||||
await toast.present()
|
||||
}
|
||||
|
||||
@@ -67,7 +67,6 @@ export class LANPage {
|
||||
header: message,
|
||||
position: 'bottom',
|
||||
duration: 1000,
|
||||
cssClass: 'notification-toast',
|
||||
})
|
||||
await toast.present()
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ export class ServerSpecsPage {
|
||||
header: message,
|
||||
position: 'bottom',
|
||||
duration: 1000,
|
||||
cssClass: 'notification-toast',
|
||||
})
|
||||
await toast.present()
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ export class WifiService {
|
||||
},
|
||||
},
|
||||
],
|
||||
cssClass: 'notification-toast',
|
||||
cssClass: 'warning-toast',
|
||||
})
|
||||
|
||||
await toast.present()
|
||||
|
||||
Reference in New Issue
Block a user