Migrate single node view, fix route condition

This commit is contained in:
Christoph Kluge
2025-06-20 17:47:06 +02:00
parent dceb92ba8e
commit d731611e0c
3 changed files with 51 additions and 43 deletions

View File

@@ -7,8 +7,8 @@ mount(Node, {
props: {
cluster: infos.cluster,
hostname: infos.hostname,
from: infos.from,
to: infos.to
presetFrom: infos.from,
presetTo: infos.to
},
context: new Map([
['cc-config', clusterCockpitConfig]