2018-02-01 13:57:24 +01:00
|
|
|
<div id="config_edit_inputbox">
|
|
|
|
{{#each service.config_data}}
|
2021-12-04 15:39:38 +01:00
|
|
|
<div class="input-group">
|
2024-04-01 15:48:08 +02:00
|
|
|
<label for="embedded_bot_{{@key}}_edit" class="modal-field-label">{{@key}}</label>
|
2023-03-27 10:24:27 +02:00
|
|
|
<input type="text" name="{{@key}}" id="embedded_bot_{{@key}}_edit" class="modal_text_input"
|
2021-12-04 15:39:38 +01:00
|
|
|
maxlength=1000 value="{{this}}" />
|
|
|
|
</div>
|
2018-02-01 13:57:24 +01:00
|
|
|
{{/each}}
|
|
|
|
</div>
|