mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-21 06:02:04 -04:00
Refine UI/UX for custom css / footer text. Add switch for show/hide powered by
This commit is contained in:
parent
1bc01d1077
commit
8eb83394f7
9 changed files with 87 additions and 28 deletions
|
@ -155,6 +155,9 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|||
//statusPage.search_engine_index = ;
|
||||
statusPage.show_tags = config.showTags;
|
||||
//statusPage.password = null;
|
||||
statusPage.footer_text = config.footerText;
|
||||
statusPage.custom_css = config.customCSS;
|
||||
statusPage.show_powered_by = config.showPoweredBy;
|
||||
statusPage.modified_date = R.isoDateTime();
|
||||
|
||||
await R.store(statusPage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue