fix http-proxy setting not saved (#329) (#330)

(cherry picked from commit 32ebdc3acdfecec0fe8d9548c4a09d2d900f86b8)

Signed-off-by: Andy Lee <andy.lee@suse.com>
Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
mergify[bot] 2025-06-06 17:03:48 +08:00 committed by GitHub
parent f872bb5abf
commit 18a53f5baf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
<script> <script>
import CreateEditView from '@shell/mixins/create-edit-view'; import CreateEditView from '@shell/mixins/create-edit-view';
import { Banner } from '@components/Banner'; import { Banner } from '@components/Banner';
import { LabeledInput } from '@components/Form/LabeledInput'; import { LabeledInput } from '@components/Form/LabeledInput';
@ -62,7 +61,7 @@ export default {
<div <div
class="row" class="row"
@update:value="update" @input="update"
> >
<div class="col span-12"> <div class="col span-12">
<LabeledInput <LabeledInput