mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Tweaked by tabbott to avoid accidentally disabling the linter for handlebars templates. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
13 lines
640 B
Handlebars
13 lines
640 B
Handlebars
<div class="">
|
|
<label for="edit_service_base_url">{{t "Endpoint URL" }}</label>
|
|
<input id="edit_service_base_url" type="text" name="service_payload_url" class="edit_service_base_url required" value="{{service.base_url}}" maxlength=2083 />
|
|
<div><label for="edit_service_base_url" generated="true" class="text-error"></label></div>
|
|
</div>
|
|
<div class="">
|
|
<label for="edit_service_interface">{{t "Interface" }}</label>
|
|
<select id="edit_service_interface" name="service_interface">
|
|
<option value="1">{{t "Generic" }}</option>
|
|
<option value="2">{{t "Slack's outgoing webhooks" }}</option>
|
|
</select>
|
|
</div>
|