This commit is contained in:
Louis Lam 2023-11-25 22:26:12 +08:00
parent 631bc60cb2
commit 7385d216a3
2 changed files with 3 additions and 10 deletions

View file

@ -97,5 +97,6 @@
"Cannot connect to the socket server.": "Cannot connect to the socket server.", "Cannot connect to the socket server.": "Cannot connect to the socket server.",
"reconnecting...": "Reconnecting...", "reconnecting...": "Reconnecting...",
"connecting...": "Connecting to the socket server...", "connecting...": "Connecting to the socket server...",
"url": "URL | URLs" "url": "URL | URLs",
"extra": "Extra"
} }

View file

@ -87,14 +87,6 @@
<input id="name" v-model="stack.name" type="text" class="form-control" required @blur="stackNameToLowercase"> <input id="name" v-model="stack.name" type="text" class="form-control" required @blur="stackNameToLowercase">
<div class="form-text">{{ $t("Lowercase only") }}</div> <div class="form-text">{{ $t("Lowercase only") }}</div>
</div> </div>
<!-- URLs -->
<div class="mb-4">
<label class="form-label">
{{ $tc("url", 2) }}
</label>
<ArrayInput name="urls" :display-name="$t('url')" placeholder="https://" object-type="x-dockge" />
</div>
</div> </div>
</div> </div>
@ -128,7 +120,7 @@
<!-- General --> <!-- General -->
<div v-if="isEditMode"> <div v-if="isEditMode">
<h4 class="mb-3">{{ $t("Extra") }}</h4> <h4 class="mb-3">{{ $t("extra") }}</h4>
<div class="shadow-box big-padding mb-3"> <div class="shadow-box big-padding mb-3">
<!-- URLs --> <!-- URLs -->
<div class="mb-4"> <div class="mb-4">