PROD-1935
This commit is contained in:
committed by
Ali-D-Akbar
parent
96836802b0
commit
73a7ce0416
@@ -12,13 +12,13 @@
|
||||
|
||||
<script id="metadata-string-entry" type="text/template">
|
||||
<div class="wrapper-comp-setting">
|
||||
\t<label class="label setting-label" for="<%= uniqueId %>"><%= model.get('display_name') %></label>
|
||||
\t<input class="input setting-input" type="text" id="<%= uniqueId %>" value='<%= model.get("value") %>'/>
|
||||
\t<label class="label setting-label" for="<%- uniqueId %>"><%- model.get('display_name') %></label>
|
||||
\t<input class="input setting-input" type="text" id="<%- uniqueId %>" value='<%- model.get("value") %>'/>
|
||||
\t<button class="action setting-clear inactive" type="button" name="setting-clear" value="Clear" data-tooltip="Clear">
|
||||
<span class="icon fa fa-undo" aria-hidden="true"></span><span class="sr">"Clear Value"</span>
|
||||
</button>
|
||||
</div>
|
||||
<span class="tip setting-help"><%= model.get('help') %></span>
|
||||
<span class="tip setting-help"><%- model.get('help') %></span>
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user