diff --git a/src/DashboardView/VillageStateList.vue b/src/DashboardView/VillageStateList.vue index 6a041c4..4f5df9c 100644 --- a/src/DashboardView/VillageStateList.vue +++ b/src/DashboardView/VillageStateList.vue @@ -189,6 +189,11 @@ Войска + + + + + @@ -230,6 +235,11 @@ export default { const threshold = villageState.settings.sendResourcesThreshold; return `${name}, ${id}, отправка ${timeout} мин, порог ${threshold}`; }, + villageStatus(villageState) { + const timeout = villageState.settings.sendResourcesTimeout; + const threshold = villageState.settings.sendResourcesThreshold; + return `отправка ${timeout} мин, порог ${threshold}`; + }, path(name, args) { return path(name, args); },