Static CMS v2.0 (#226)
- [x] Update auf Static CMS v2.0 - [x] aktualisierte Shortcodes (schließt #225) - [x] aktualisierte Previews (schließt #181) - Ordnerunterstützung - [x] vervollständigte Seiten - [x] Aufräumarbeiten Reviewed-on: https://git.cantorgymnasium.de/gcg/gcg-website/pulls/226
This commit is contained in:
17
static/admin/links/status.js
Normal file
17
static/admin/links/status.js
Normal file
@ -0,0 +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",
|
||||
},
|
||||
};
|
||||
|
||||
export default StatusPage;
|
Reference in New Issue
Block a user