minor fixes (missing commas, spaces, translations)

This commit is contained in:
Karel Krýda
2022-01-23 20:33:39 +01:00
parent 0d3414c6d6
commit 5fda1f0f59
7 changed files with 29 additions and 14 deletions

View File

@@ -66,7 +66,7 @@
import HeartbeatBar from "../components/HeartbeatBar.vue";
import Uptime from "../components/Uptime.vue";
import Tag from "../components/Tag.vue";
import {getMaintenanceRelativeURL, getMonitorRelativeURL} from "../util.ts";
import {getMaintenanceRelativeURL, getMonitorRelativeURL } from "../util.ts";
export default {
components: {
@@ -82,7 +82,7 @@ export default {
data() {
return {
searchText: "",
selectedList: "monitor"
selectedList: "monitor",
};
},
computed: {