diff options
author | Dirk Brenken <dev@brenken.org> | 2018-11-14 11:43:39 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2018-11-14 11:43:39 +0100 |
commit | 83c68a8b2fe7a7ea991f706d717d879ed150ea9f (patch) | |
tree | cb6ee4e844ecde067d4340a0b93cb0d6762b648c /applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua | |
parent | dc2877d39f49d878f99143cb5fe1cd86502b62d0 (diff) |
luci-app-travelmate: consolidate css
* fix IE Edge rendering issues
* merge external styles in central css
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua')
-rw-r--r-- | applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua index 7bb32c1ec..c9cc587ed 100644 --- a/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua +++ b/applications/luci-app-travelmate/luasrc/model/cbi/travelmate/configuration_tab.lua @@ -13,7 +13,7 @@ if not fs.access(input) then end m = SimpleForm("input", nil) -m:append(Template("travelmate/config_css")) +m:append(Template("travelmate/travelmate_css")) m.submit = translate("Save") m.reset = false |