mirror of
https://github.com/louislam/dockge.git
synced 2026-05-23 15:02:16 +00:00
WIP
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div ref="stackList" class="stack-list" :class="{ scrollbar: scrollbar }" :style="stackListStyle">
|
||||
<div v-if="Object.keys($root.stackList).length === 0" class="text-center mt-3">
|
||||
<div v-if="Object.keys(sortedStackList).length === 0" class="text-center mt-3">
|
||||
<router-link to="/compose">{{ $t("addFirstStackMsg") }}</router-link>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ export default {
|
||||
if (this.stack.endpoint) {
|
||||
return this.stack.endpoint;
|
||||
} else {
|
||||
return "Current";
|
||||
return this.$t("currentEndpoint");
|
||||
}
|
||||
},
|
||||
url() {
|
||||
|
||||
Reference in New Issue
Block a user