diff --git a/src/DashboardView/VillageResource.vue b/src/DashboardView/VillageResource.vue index a4c94e5..c126eef 100644 --- a/src/DashboardView/VillageResource.vue +++ b/src/DashboardView/VillageResource.vue @@ -16,7 +16,7 @@ export default { return Math.floor((this.value / this.full) * 100); }, title() { - return `${this.value}/${this.full}, ${this.percent}%`; + return `тек. ${this.value} / опт. склад ${this.warning} / полн. ${this.full}, ${this.percent}%`; }, classes() { return { diff --git a/src/DashboardView/VillageStateList.vue b/src/DashboardView/VillageStateList.vue index efefbf4..6c02d4f 100644 --- a/src/DashboardView/VillageStateList.vue +++ b/src/DashboardView/VillageStateList.vue @@ -120,26 +120,6 @@ v-if="!villageState.incomingResources.empty() && isExtended(villageState.id)" /> - - - -