summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dockerman/luasrc/controller
AgeCommit message (Collapse)Author
2021-10-08luci-app-dockerman: fix markup which is not valid XHTMLJo-Philipp Wich
XHTML does not specify `&nbsp;`, use `&#160;` instead. Also replace `<br>` with `<br />`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-04-08luci-app-dockerman: move docker uci configuration to own pageFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2021-04-08luci-app-dockerman: removal of the option socket_pathFlorian Eckert
This option is for debug purposes only. It makes no sense to offer this option to the user. Especially as it is not used for a remote connection. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: set overview to first menu entryFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-08-11luci-app-dockerman: controller/dockerman: clean up action event generationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: refactoring remote endpoint optionsFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: controller/docker refactoring and update coding styleFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-28luci-app-dockerman: use uci from docker-ceFlorian Eckert
Change the source to user docker-ce and update docker uci options name. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-10luci-app-dockerman: add ACL dependency annotations"Florian 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>