mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
Fix
This commit is contained in:
parent
631bc60cb2
commit
7385d216a3
2 changed files with 3 additions and 10 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue