mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
5a42033a89
1 changed files with 23 additions and 33 deletions
|
@ -71,12 +71,7 @@ export function eventDispatcher(data) {
|
|||
return;
|
||||
|
||||
case "restarted":
|
||||
displayToast(
|
||||
"secondary",
|
||||
"bi-bootstrap-reboot",
|
||||
"Modem restarted",
|
||||
5000,
|
||||
);
|
||||
displayToast("secondary", "bi-bootstrap-reboot", "Modem restarted", 5000);
|
||||
return;
|
||||
|
||||
case "failed":
|
||||
|
@ -93,11 +88,6 @@ export function eventDispatcher(data) {
|
|||
break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
var message = "";
|
||||
|
||||
switch (data["type"]) {
|
||||
|
|
Loading…
Reference in a new issue