luci-app-adblock: partly revert last commit
* use now CSS for non breaking spaces in div table header Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
a561d3045c
commit
45c2059c15
2 changed files with 6 additions and 2 deletions
|
@ -171,7 +171,7 @@ bl.template = "adblock/blocklist"
|
|||
name = bl:option(Flag, "enabled", translate("Enabled"))
|
||||
name.rmempty = false
|
||||
|
||||
ssl = bl:option(DummyValue, "adb_src", translate("SSL req."))
|
||||
ssl = bl:option(DummyValue, "adb_src", translate("SSL req."))
|
||||
function ssl.cfgvalue(self, section)
|
||||
local source = self.map:get(section, "adb_src")
|
||||
if source and source:match("https://") then
|
||||
|
@ -183,7 +183,7 @@ end
|
|||
|
||||
des = bl:option(DummyValue, "adb_src_desc", translate("Description"))
|
||||
|
||||
cat = bl:option(DynamicList, "adb_src_cat", translate("Archive Categories"))
|
||||
cat = bl:option(DynamicList, "adb_src_cat", translate("Archive Categories"))
|
||||
cat.datatype = "uciname"
|
||||
cat.optional = true
|
||||
|
||||
|
|
|
@ -35,6 +35,10 @@ end
|
|||
line-height:20px;
|
||||
height:20px;
|
||||
}
|
||||
.table.cbi-section-table .th
|
||||
{
|
||||
white-space:nowrap;
|
||||
}
|
||||
.table.cbi-section-table input
|
||||
{
|
||||
width:7em;
|
||||
|
|
Loading…
Reference in a new issue