mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-22 05:51:56 +00:00
16 lines
488 B
HTML
16 lines
488 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">
|
|
<br><div class="underlined">Required user-specific params:</div>
|
|
</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>
|