Add ability to omit settings from Connection Profiles

This commit is contained in:
Cohee
2024-09-25 14:23:43 +00:00
parent 6cab3c7d20
commit 0646a47b81
4 changed files with 99 additions and 12 deletions

View File

@ -2,11 +2,18 @@
<h2 data-i18n="Creating a Connection Profile">
Creating a Connection Profile
</h2>
<ul class="justifyLeft">
<div class="justifyLeft flex-container flexFlowColumn flexNoGap">
{{#each profile}}
<li><strong data-i18n="{{@key}}">{{@key}}:</strong>&nbsp;{{this}}</li>
<label class="checkbox_label">
<input type="checkbox" value="{{@key}}" name="exclude" checked>
<span><strong data-i18n="{{@key}}">{{@key}}:</strong>&nbsp;{{this}}</span>
</label>
{{/each}}
</ul>
</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>