CMS refactor
This commit is contained in:
@ -2,4 +2,4 @@ import StatusPage from "./status.js";
|
||||
|
||||
import WikiLink from "./wiki.js";
|
||||
|
||||
export { StatusPage, WikiLink };
|
||||
export { StatusPage, WikiLink };
|
||||
|
@ -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;
|
||||
|
@ -1,10 +1,10 @@
|
||||
const WikiLink = {
|
||||
id: "wiki",
|
||||
title: "GCG.Wiki",
|
||||
data: "https://wiki.cantorgymnasium.de",
|
||||
options: {
|
||||
icon: "help",
|
||||
},
|
||||
id: "wiki",
|
||||
title: "GCG.Wiki",
|
||||
data: "https://wiki.cantorgymnasium.de",
|
||||
options: {
|
||||
icon: "help",
|
||||
},
|
||||
};
|
||||
|
||||
export default WikiLink;
|
||||
|
Reference in New Issue
Block a user