fixed lint errors

This commit is contained in:
darkhorse7881 2025-05-29 00:18:30 -06:00
parent 148ffcdc96
commit 0d5c992c18
3 changed files with 15752 additions and 36 deletions

15720
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -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",
} };

View file

@ -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>