CMS refactor

This commit is contained in:
2023-05-29 16:22:34 +02:00
parent 09a33fd70c
commit b66a27e3b9
110 changed files with 4668 additions and 3736 deletions

View File

@ -1,17 +1,17 @@
const StatusPage = {
id: "status",
title: "Status",
data: () =>
h("iframe", {
src: "https://grafana.cantorgymnasium.de/d/ni-7T-J4z/status?orgId=2&refresh=5s&kiosk",
style: {
width: "100%",
height: "90vh",
},
}),
options: {
icon: "dash",
},
id: "status",
title: "Status",
data: () =>
h("iframe", {
src: "https://grafana.cantorgymnasium.de/d/ni-7T-J4z/status?orgId=2&refresh=5s&kiosk",
style: {
width: "100%",
height: "90vh",
},
}),
options: {
icon: "dash",
},
};
export default StatusPage;