mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
Добавил поля ввода для триггеров
This commit is contained in:
@@ -63,16 +63,26 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
</label>
|
||||
<div class="form__row">
|
||||
<label class="form__textaria-label">
|
||||
<textarea class="form__texterea" placeholder="Введине указания" name = "TrigerText"></textarea>
|
||||
</label>
|
||||
</div>
|
||||
<label class="form__log">
|
||||
<div class="form__field-title" >
|
||||
Действие:
|
||||
</div>
|
||||
<select class="form__input-text" name = "Triger">
|
||||
<select class="form__input-text" name = "Action">
|
||||
{% for action in actions_list %}
|
||||
<option>{{ action.name }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</label>
|
||||
<div class="form__row">
|
||||
<label class="form__textaria-label">
|
||||
<textarea class="form__texterea" placeholder="Введине указания" name = "ActionText"></textarea>
|
||||
</label>
|
||||
</div>
|
||||
<div class="form__btns">
|
||||
<div class="form__controls">
|
||||
<div class="form__controls-btns clearfix">
|
||||
|
||||
Reference in New Issue
Block a user