proxy setting, init http tab, broken

This commit is contained in:
Henry Jameson 2025-12-07 23:11:54 +02:00
commit 7d0f03fdba
6 changed files with 41 additions and 12 deletions

View file

@ -38,6 +38,16 @@
@change="e => update({ e, side: 1 })"
>
{{ ' ' }}
<input
:id="path"
class="input string-input"
:class="{ disabled: shouldBeDisabled }"
:disabled="shouldBeDisabled"
:placeholder="backendDescriptionSuggestions?.[0]?.[1]"
:value="visibleState?.tuple?.[2]"
@change="e => update({ e, side: 2 })"
>
{{ ' ' }}
<ModifiedIndicator
:changed="isChanged"
:onclick="reset"