webui/files/usr/lib/kagera/config/command.cbsi

18 lines
366 B
Plaintext
Raw Normal View History

2013-08-14 13:56:12 +02:00
#!/usr/bin/cbsi
<h1><%@ Run Custom Commands %></h1>
<form>
<textarea id="cmds"></textarea>
<div class="hidden">
<h2><%@ Output %></h2>
<div class="code">
<pre id="output"></pre>
</div>
</div>
<hr />
<div class="formctrl">
<input type="reset" value="<%@ Reset %>" />
<input type="button" value="<%@ Run %>" onclick="runScript()" />
</div>
</form>