From b963f85bac515410282ae6ff2395785017bbfcd7 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 20 Jun 2012 15:19:24 +0000 Subject: Removed reloadplan action because duplicates feature of startstop --- kamailio-status-html.lsp | 47 +---------------------------------------------- 1 file changed, 1 insertion(+), 46 deletions(-) mode change 100644 => 120000 kamailio-status-html.lsp (limited to 'kamailio-status-html.lsp') diff --git a/kamailio-status-html.lsp b/kamailio-status-html.lsp deleted file mode 100644 index 65f4a8b..0000000 --- a/kamailio-status-html.lsp +++ /dev/null @@ -1,46 +0,0 @@ -<% local data, viewlibrary, page_info, session = ... -require("htmlviewfunctions") -%> - -<% htmlviewfunctions.displaycommandresults({"install","edit"}, session) %> -<% htmlviewfunctions.displaycommandresults({"startstop"}, session) %> -<% htmlviewfunctions.displaycommandresults({"reloadplan"}, session) %> - -

System Info

-
-<% -htmlviewfunctions.displayitem(data.value.status) - -htmlviewfunctions.displayitem(data.value.version) -if data.value.version and data.value.version.errtxt and viewlibrary.check_permission("apk-tools/apk/install") then -%> -
Install package
-
" method="POST"> - -
-<% -end - -htmlviewfunctions.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
-
" method="POST"> - - -
-<% end %> -
- -<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("startstop") then - viewlibrary.dispatch_component("startstop") -end %> - -<% if viewlibrary.check_permission("reloadplan") then %> -

Reload Dial Plan

-
-
Reload dial plan into memory
-
-
-
-<% end %> diff --git a/kamailio-status-html.lsp b/kamailio-status-html.lsp new file mode 120000 index 0000000..b2f8480 --- /dev/null +++ b/kamailio-status-html.lsp @@ -0,0 +1 @@ +../status-html.lsp \ No newline at end of file -- cgit v1.2.3