SillyTavern/public/scripts/extensions/connection-manager/edit.html

13 lines
409 B
HTML
Raw Normal View History

<div>
<h3>Included settings:</h3>
<div class="justifyLeft flex-container flexFlowColumn flexNoGap">
{{#each settings}}
<label class="checkbox_label">
2024-09-26 22:34:03 +02:00
<input type="checkbox" value="{{@key}}" name="exclude"{{#if this}} checked{{/if}}>
<span>{{@key}}</span>
</label>
{{/each}}
</div>
2024-09-28 16:31:13 +02:00
<h3 data-i18n="Profile name:">Profile name:</h3>
</div>