mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 03:26:31 -04:00
[Status Page] wip
This commit is contained in:
parent
7c7dbf68c1
commit
18ec42b060
6 changed files with 17 additions and 7 deletions
|
@ -233,6 +233,7 @@ class Database {
|
|||
let statusPage = R.dispense("status_page");
|
||||
statusPage.slug = "";
|
||||
statusPage.title = title;
|
||||
statusPage.description = await setting("description");
|
||||
statusPage.icon = await setting("icon");
|
||||
statusPage.theme = await setting("statusPageTheme");
|
||||
statusPage.published = await setting("statusPagePublished");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue