From 7f5fa089aa30a24758df4262a3eb0ae3b328cce9 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sat, 6 Jun 2020 21:00:02 +0300 Subject: [PATCH] Small improvements --- src/DashboardView/VillageResource.vue | 2 +- src/DashboardView/VillageStateList.vue | 20 -------------------- src/Scheduler.ts | 2 +- 3 files changed, 2 insertions(+), 22 deletions(-) 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)" /> - - - -