Add system status quick action and update dependencies
cgen-3ad284a1ea624ed29fc9c4fe0585a3c3
This commit is contained in:
parent
7787ec3481
commit
429c5ebf49
1 changed files with 6 additions and 0 deletions
|
|
@ -478,6 +478,12 @@ export default function Admin() {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "System status",
|
||||||
|
description: "Monitor uptime and live incidents for AeThex services.",
|
||||||
|
icon: Server,
|
||||||
|
action: () => navigate("/status"),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Open Builder CMS",
|
label: "Open Builder CMS",
|
||||||
description: "Edit marketing pages and landing content in Builder.io.",
|
description: "Edit marketing pages and landing content in Builder.io.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue