Merge pull request #2220 from wipedlifepotato/httpTheme

feat: http theme for webconsole
This commit is contained in:
orignal 2025-08-15 07:23:36 -04:00 committed by GitHub
commit 1ffcb3d3de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View file

@ -97,6 +97,7 @@ namespace config {
("http.webroot", value<std::string>()->default_value("/"), "WebUI root path (default: / )")
("http.lang", value<std::string>()->default_value("english"), "WebUI language (default: english )")
("http.showTotalTCSR", value<bool>()->default_value(false), "Show additional value with total TCSR since router's start (default: false)")
("http.theme", value<std::string>()->default_value("light"), "Theme for http web console")
;
options_description httpproxy("HTTP Proxy options");