Open mdPlusPlus opened 2 years ago
try this
uci set luci.themes.Argon=/luci-static/argon
uci set luci.main.mediaurlbase=/luci-static/argon
uci commit luci
uci set luci.themes.Argon=/luci-static/argon
This did the trick. Why is this not part of the package installation?
its run but sometime not working
Does it require quotes?
set luci.themes.Argon='/luci-static/argon'
set luci.main.mediaurlbase='/luci-static/argon'
Instead of
set luci.themes.Argon=/luci-static/argon
set luci.main.mediaurlbase=/luci-static/argon
When I query my uci for themes, they all come back in quotes:
# uci show luci.themes
luci.themes=internal
luci.themes.Bootstrap='/luci-static/bootstrap'
luci.themes.BootstrapDark='/luci-static/bootstrap-dark'
luci.themes.BootstrapLight='/luci-static/bootstrap-light'
luci.themes.Material='/luci-static/material'
luci.themes.OpenWrt2020='/luci-static/openwrt2020'
luci.themes.OpenWrt='/luci-static/openwrt.org'
luci.themes.Argon='/luci-static/argon'
luci.themes.ATMaterial='/luci-static/atmaterial'
luci.themes.Opentopd='/luci-static/opentopd'
luci.themes.Neobird='/luci-static/neobird'
luci.themes.infinityfreedom='/luci-static/infinityfreedom'
To Reproduce Steps to reproduce the behavior:
Expected behavior Supposed to show up under
http://x.x.x.x/cgi-bin/luci/admin/system/system
Screenshot
Openwrt (please complete the following information):
Solution Manually setting it via SSH:
But it is still not selectable via LuCI.