Support of WG4 OpenFronthaul Management-Plane VES 00/10900/1
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 13 Apr 2023 13:12:16 +0000 (15:12 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Thu, 13 Apr 2023 13:12:21 +0000 (15:12 +0200)
- update flow configuration for eays enabling
  and disabling of flow-nodes.

Issue-ID: OAM-326
Change-Id: If2b14d19a7a0b51c8e26fe9bfdc0abf6f000d076
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/smo/apps/flows/data/.config.users.json

index bbed7a1..708a6c1 100644 (file)
             },
             "tours": {
                 "welcome": "3.0.2"
+            },
+            "keymap": {
+                "core:enable-selected-nodes": {
+                    "scope": "*",
+                    "key": "ctrl-alt-e"
+                },
+                "core:disable-selected-nodes": {
+                    "scope": "*",
+                    "key": "ctrl-alt-d"
+                }
             }
-        }
+        },
+        "menu-menu-item-sidebar": true
     }
 }
\ No newline at end of file