mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-26 23:54:03 +00:00
14 lines
421 B
HTML
14 lines
421 B
HTML
<b>Rule Name: </b><input id="input_id" type="text" /><br><br>
|
|
<b>Event: </b><select id="select_event"></select>
|
|
<div id="event_poller_params"></div>
|
|
<br><br>
|
|
<b>Actions: </b><select id="select_actions"><option></option></select>
|
|
<br><br>
|
|
<b>Selected Actions:</b>
|
|
<table id="selected_actions"></table>
|
|
<br><br>
|
|
<b>Required Params:</b>
|
|
<br><br>
|
|
<div id="action_params"></div>
|
|
<br><br>
|
|
<button id="but_submit">save</button>
|