From c2656a722097a7b4004d2da9c223b347cfa1a4af Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Sun, 16 Sep 2018 18:58:26 +0200 Subject: luci-app-openvpn: remove obsolete config options * remove obsolete config options according to openwrt/openwrt@89b8ba9, fix for #2135 * whitespace/intendation fixes * replace fieldset leftover with div * fix finally recipe options transfer to regular config with "Add" Signed-off-by: Dirk Brenken --- applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'applications/luci-app-openvpn/luasrc/view') diff --git a/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm index f22cb68c7b..8cb019b461 100644 --- a/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm +++ b/applications/luci-app-openvpn/luasrc/view/openvpn/pageswitch.htm @@ -4,11 +4,11 @@ Licensed to the public under the Apache License 2.0. -%> -
- +
+

<%:Overview%> » <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%> - +

<% if self.mode == "basic" then %> "><%:Switch to advanced configuration ยป%> @@ -27,4 +27,4 @@ <% if next(self.categories, i) then %>|<% end %> <% end %> <% end %> -
+ -- cgit v1.2.3