From e14a5488926bb5f9aaeb40e3b74803ef0daf9467 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 5 Jul 2011 19:04:40 -0400 Subject: Fixed all expert, startstop, and status symlinks --- ospf-status-html.lsp | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) mode change 100755 => 120000 ospf-status-html.lsp (limited to 'ospf-status-html.lsp') diff --git a/ospf-status-html.lsp b/ospf-status-html.lsp deleted file mode 100755 index 1f5e1f8..0000000 --- a/ospf-status-html.lsp +++ /dev/null @@ -1,33 +0,0 @@ -<% local data, viewlibrary, page_info, session = ... -require("viewfunctions") -%> - -<% displaycommandresults({"install","edit"}, session) %> -<% displaycommandresults({"startstop"}, session) %> - -

System Info

-
-<% -displayitem(data.value.status) - -displayitem(data.value.version) -if data.value.version and data.value.version.errtxt and viewlibrary.check_permission("apk-tools/apk/install") then -%> -
Install package
-
-
-<% -end - -displayitem(data.value.autostart) -if not (data.value.version and data.value.version.errtxt) and data.value.autostart and data.value.autostart.errtxt and viewlibrary.check_permission("alpine-baselayout/rc/edit") then -%> -
Enable autostart
-
-
-<% end %> -
- -<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("startstop") then - viewlibrary.dispatch_component("startstop") -end %> diff --git a/ospf-status-html.lsp b/ospf-status-html.lsp new file mode 120000 index 0000000..b2f8480 --- /dev/null +++ b/ospf-status-html.lsp @@ -0,0 +1 @@ +../status-html.lsp \ No newline at end of file -- cgit v1.2.3