mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-16 11:19:40 +01:00
21 lines
639 B
HTML
21 lines
639 B
HTML
<div>
|
|
<h2 data-i18n="Creating a Connection Profile">
|
|
Creating a Connection Profile
|
|
</h2>
|
|
<div class="justifyLeft flex-container flexFlowColumn flexNoGap">
|
|
{{#each profile}}
|
|
<label class="checkbox_label">
|
|
<input type="checkbox" value="{{@key}}" name="exclude" checked>
|
|
<span><strong data-i18n="{{@key}}">{{@key}}:</strong> {{this}}</span>
|
|
</label>
|
|
{{/each}}
|
|
</div>
|
|
<small>
|
|
<b>Hint:</b>
|
|
<i>Click on the setting name to omit it from the profile.</i>
|
|
</small>
|
|
<h3 data-i18n="Enter a name:">
|
|
Enter a name:
|
|
</h3>
|
|
</div>
|