summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dockerman/luasrc/view
AgeCommit message (Collapse)Author
2020-10-21luci-app-dockerman: set fallback default of rollback to 90sHannu Nyman
Set the fallback value of the config change rollback timeout to 90 seconds to match the change in /etc/config/luci by commit 81cf99a50. That commit changed the value in the config file, but did not change the underlying fallback values that do get applied when there is no proper config item in etc/config/luci. Users sysupgrading from old systems may have carried an ancient /etc/config/luci (without rollback config) with them, so this change should help them to see the intended user experience. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-07-29luic-app-dockerman: move svg into own filesFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-29luci-app-dockerman: view/dockerman: update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-13luci-app-dockerman: add btn css class to button inputFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-10luci-app-dockerman: fix EOL issueFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-10luci-app-dockerman: initial checkinFlorian Eckert
Inital commit version v0.5.13 from https://github.com/lisaac/luci-app-dockerman Signed-off-by: Florian Eckert <fe@dev.tdt.de>