luci/modules
Florian Eckert b347bd1462 luci-base: add cbi tsection error msg option
In some situation it is usefull to inform the use that this section
could not get delete, because this config is referenced or is in use.

Example pseudo code:

function s.remove(self, sid)
	<check if secation could get deleted>
	if output == nil then
		self.error_msg = translatef("Unable to remove this section")
		return nil
	end
end

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-03-29 09:27:04 +01:00
..
luci-base luci-base: add cbi tsection error msg option 2019-03-29 09:27:04 +01:00
luci-mod-admin-full modules: Split luci-mod-full 2018-09-19 20:08:19 +02:00
luci-mod-admin-mini wifi: add "macaddr" validator to bssid option 2019-02-27 07:43:22 +08:00
luci-mod-failsafe luci-mod-failsafe: use same string as luci-mod-admin-full 2016-12-10 19:11:50 +02:00
luci-mod-network luci-mod-network: wifi: Add OWE support 2019-03-09 17:08:43 +01:00
luci-mod-rpc luci-mod-rpc: drop "secret" value from rpc session objects 2019-01-30 16:51:49 +01:00
luci-mod-status luci-mod-status: iptables.js: fix parsing IP addresses in rules 2019-02-12 07:57:35 +01:00
luci-mod-system luci-mod-system: add pollinterval option 2019-01-09 10:23:57 +01:00