mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
better connection messaging
This commit is contained in:
committed by
Aiden McClelland
parent
fc506c387f
commit
e0478ba46c
@@ -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