From f51e44a552e309ffe942a14eef172bc03a7023dd Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Mon, 10 Aug 2009 11:41:16 +0000 Subject: Fixing graphical bugfixes by altering number of columns and adding whitespace in empty columns. --- openvpn-listconfigs-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-listconfigs-html.lsp b/openvpn-listconfigs-html.lsp index fc1f1ab..1191c67 100644 --- a/openvpn-listconfigs-html.lsp +++ b/openvpn-listconfigs-html.lsp @@ -32,7 +32,7 @@ end %> <%= html.html_escape(string.gsub(config.name, "^.*/", "")) %> ><%= html.html_escape(config.type) %> <%= html.html_escape(config.status) %> - <% if ( config.type == "server" ) then %><% if ( config.clients > 0 ) then %><%= html.link{value = page_info.script .. page_info.prefix .. page_info.controller .. "/statusinfo?name=" .. config.name, label = config.clients } %><% else %><%= html.html_escape(config.clients) %><% end %><% end %> + <% if ( config.type == "server" ) then %><% if ( config.clients > 0 ) then %><%= html.link{value = page_info.script .. page_info.prefix .. page_info.controller .. "/statusinfo?name=" .. config.name, label = config.clients } %><% else %><%= html.html_escape(config.clients) %><% end %><% end %>  <% if config.errtxt then %> <%= html.html_escape(config.errtxt) %> @@ -41,7 +41,7 @@ end %> <% if (#view.value == 0) then %> - (No existing config-files) + (No existing config-files) <% end %> -- cgit v1.2.3