Change icon for derivation
This commit is contained in:
parent
8ed6439da2
commit
50922c11fa
|
@ -3302,7 +3302,7 @@
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<label for="context_derived" class="checkbox_label flex1" title="Derive from Model Metadata, if possible." data-i18n="[title]context_derived">
|
<label for="context_derived" class="checkbox_label flex1" title="Derive from Model Metadata, if possible." data-i18n="[title]context_derived">
|
||||||
<input id="context_derived" type="checkbox" style="display:none;" />
|
<input id="context_derived" type="checkbox" style="display:none;" />
|
||||||
<small><i class="fa-solid fa-tree menu_button margin0"></i></small>
|
<small><i class="fa-solid fa-bolt menu_button margin0"></i></small>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</h4>
|
</h4>
|
||||||
|
@ -3404,7 +3404,7 @@
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<label for="instruct_derived" class="checkbox_label flex1" title="Derive from Model Metadata, if possible." data-i18n="[title]instruct_derived">
|
<label for="instruct_derived" class="checkbox_label flex1" title="Derive from Model Metadata, if possible." data-i18n="[title]instruct_derived">
|
||||||
<input id="instruct_derived" type="checkbox" style="display:none;" />
|
<input id="instruct_derived" type="checkbox" style="display:none;" />
|
||||||
<small><i class="fa-solid fa-tree menu_button margin0"></i></small>
|
<small><i class="fa-solid fa-bolt menu_button margin0"></i></small>
|
||||||
</label>
|
</label>
|
||||||
<label for="instruct_bind_to_context" class="checkbox_label flex1" title="Bind to Context
If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">
|
<label for="instruct_bind_to_context" class="checkbox_label flex1" title="Bind to Context
If enabled, Context templates will be automatically selected based on selected Instruct template name or by preference." data-i18n="[title]instruct_bind_to_context">
|
||||||
<input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
|
<input id="instruct_bind_to_context" type="checkbox" style="display:none;" />
|
||||||
|
|
Loading…
Reference in New Issue