mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Enabled the possibility to add shell script options to shell endpoint
This commit is contained in:
parent
0c03b025ee
commit
82ef961bf6
4 changed files with 15 additions and 4 deletions
|
|
@ -1 +1,9 @@
|
|||
|
||||
<div class="form-group row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("shell_alert_endpoint.shell_options") }}</b>
|
||||
</label>
|
||||
<div class="col-sm-5">
|
||||
<input data-pattern="^[0-9 a-fA-Z-]{32}" name="shell_script_options" type="text" class="form-control"/>
|
||||
</div>
|
||||
</div>
|
||||
<small>{* i18n('shell_alert_endpoint.shell_description.option_description') *}</small>
|
||||
Loading…
Add table
Add a link
Reference in a new issue