summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-acl/htdocs/luci-static/resources
AgeCommit message (Collapse)Author
2021-07-01luci-app-acl: unset read and write before acl setFlorian Eckert
If the setting in the view is set to `denied`, only the read list option is deleted. This is not correct. The write list option must also be deleted. To ensure that the correct configuration is saved, the write and read list options are always deleted beforehand and then rewritten. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-11-27treewide: transition div tables to actual table markupJo-Philipp Wich
Modern browsers allow decomposing table markup equally well as nested div constructs, therefor migrate our <div> table markup to actual <table> tags but keep the old table/tr/th/td CSS classes for now to allow for a smooth theme transition. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-05-16luci-app-acl: fix typoHannu Nyman
Fix typo: Acess -> Access Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-04-18luci-app-acl: add initial version of login management moduleJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>