Skip to content

Commit 054ff5c

Browse files
committed
health check no store strategy
Signed-off-by: Mark Herwege <[email protected]>
1 parent bf5fc4c commit 054ff5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bundles/org.openhab.ui/web/src/pages/settings/health/health-persistence.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ export default {
6060
PERSISTENCE_NO_DEFAULT: 'No default persistence service defined',
6161
PERSISTENCE_SERVICE_NO_CONFIG: 'No configuration for persistence service',
6262
PERSISTENCE_SERVICE_NO_ITEMS: 'No persistence items defined for persistence service',
63-
PERSISTENCE_SERVICE_ITEMS_NO_STRATEGY: 'No persistence strategy set for persistence items'
63+
PERSISTENCE_SERVICE_ITEMS_NO_STRATEGY: 'No persistence strategy set for persistence items',
64+
PERSISTENCE_SERVICE_ITEMS_NO_STORE_STRATEGY: 'Persistence strategy for persistence items only has a restore strategy'
6465
}
6566
}
6667
},

0 commit comments

Comments
 (0)