mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
Feat: Support auto theme in status pages
This commit is contained in:
parent
beafbf27ad
commit
150607cc93
3 changed files with 11 additions and 4 deletions
|
@ -276,7 +276,7 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|||
let statusPage = R.dispense("status_page");
|
||||
statusPage.slug = slug;
|
||||
statusPage.title = title;
|
||||
statusPage.theme = "light";
|
||||
statusPage.theme = "auto";
|
||||
statusPage.icon = "";
|
||||
await R.store(statusPage);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue