summaryrefslogtreecommitdiffstats
path: root/interfaces-read-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'interfaces-read-html.lsp')
-rw-r--r--interfaces-read-html.lsp7
1 files changed, 1 insertions, 6 deletions
diff --git a/interfaces-read-html.lsp b/interfaces-read-html.lsp
index 33ab30f..54908cf 100644
--- a/interfaces-read-html.lsp
+++ b/interfaces-read-html.lsp
@@ -19,12 +19,7 @@ io.write("</span>")
<? end ?>
<? end ?>
-<? if view.value.cmdresult then ?>
-<H1>Command Result</H1>
-<DL>
-<?= view.value.cmdresult.value ?>
-</DL>
-<? end ?>
+<? displaycommandresults({"delete", "ifup", "ifdown"}, session) ?>
<? if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")