Show timeout icon in link call node

This commit is contained in:
Kazuhito Yokoi 2023-07-15 18:16:42 +09:00
parent b66237efa8
commit 9dcb8a729c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<input type="text" id="node-input-name" data-i18n="[placeholder]common.label.name">
</div>
<div class="form-row">
<label for="node-input-timeout"><span data-i18n="exec.label.timeout"></span></label>
<label for="node-input-timeout"><i class="fa fa-clock-o"></i> <span data-i18n="exec.label.timeout"></span></label>
<input type="text" id="node-input-timeout" placeholder="30" style="width: 70px; margin-right: 5px;"><span data-i18n="inject.seconds"></span>
</div>
<div class="form-row">