mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-02 19:42:34 +02:00
fixed lint errors
This commit is contained in:
parent
148ffcdc96
commit
0d5c992c18
3 changed files with 15752 additions and 36 deletions
15720
package-lock.json
generated
Normal file
15720
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -2,5 +2,5 @@ export default {
|
||||||
// Add translations for Incident History
|
// Add translations for Incident History
|
||||||
"Incident History": "Incident History",
|
"Incident History": "Incident History",
|
||||||
"No incident reports found.": "No incident reports found.",
|
"No incident reports found.": "No incident reports found.",
|
||||||
"Loading": "Loading"
|
"Loading": "Loading",
|
||||||
}
|
};
|
||||||
|
|
|
@ -436,7 +436,6 @@ import { getResBaseURL } from "../util-frontend";
|
||||||
import { STATUS_PAGE_ALL_DOWN, STATUS_PAGE_ALL_UP, STATUS_PAGE_MAINTENANCE, STATUS_PAGE_PARTIAL_DOWN, UP, MAINTENANCE } from "../util.ts";
|
import { STATUS_PAGE_ALL_DOWN, STATUS_PAGE_ALL_UP, STATUS_PAGE_MAINTENANCE, STATUS_PAGE_PARTIAL_DOWN, UP, MAINTENANCE } from "../util.ts";
|
||||||
import Tag from "../components/Tag.vue";
|
import Tag from "../components/Tag.vue";
|
||||||
import VueMultiselect from "vue-multiselect";
|
import VueMultiselect from "vue-multiselect";
|
||||||
import io from "socket.io-client";
|
|
||||||
|
|
||||||
const toast = useToast();
|
const toast = useToast();
|
||||||
|
|
||||||
|
@ -1509,6 +1508,3 @@ footer {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue