better connection messaging

This commit is contained in:
Matt Hill
2021-07-12 11:55:24 -06:00
committed by Aiden McClelland
parent 673ad6c5d2
commit aa786bc845
9 changed files with 46 additions and 30 deletions

View File

@@ -42,7 +42,6 @@ export class AppInterfacesPage {
header: message,
position: 'bottom',
duration: 1000,
cssClass: 'notification-toast',
})
await toast.present()
}

View File

@@ -96,7 +96,6 @@ export class AppPropertiesPage {
header: message,
position: 'bottom',
duration: 1000,
cssClass: 'notification-toast',
})
await toast.present()
}

View File

@@ -67,7 +67,6 @@ export class LANPage {
header: message,
position: 'bottom',
duration: 1000,
cssClass: 'notification-toast',
})
await toast.present()
}

View File

@@ -26,7 +26,6 @@ export class ServerSpecsPage {
header: message,
position: 'bottom',
duration: 1000,
cssClass: 'notification-toast',
})
await toast.present()
}

View File

@@ -57,7 +57,7 @@ export class WifiService {
},
},
],
cssClass: 'notification-toast',
cssClass: 'warning-toast',
})
await toast.present()