From: Martin Skorupski Date: Thu, 27 Apr 2023 14:36:19 +0000 (+0200) Subject: General updates for flows X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=0e74c25287224892e4744c1284888cc9821047c2;p=oam.git General updates for flows - configure inti settings for admin user Issue-ID: OAM-333 Change-Id: I7fc206ca2fde8cab81abea2eb6240f45e45595d1 Signed-off-by: Martin Skorupski --- diff --git a/solution/smo/apps/flows/data/.config.users.json b/solution/smo/apps/flows/data/.config.users.json index 708a6c1..db0a3ed 100644 --- a/solution/smo/apps/flows/data/.config.users.json +++ b/solution/smo/apps/flows/data/.config.users.json @@ -27,5 +27,23 @@ } }, "menu-menu-item-sidebar": true + }, + "admin": { + "editor": { + "view": { + "view-store-zoom": false, + "view-store-position": false, + "view-show-grid": true, + "view-snap-grid": true, + "view-grid-size": 20, + "view-node-status": true, + "view-node-show-label": true, + "view-show-tips": true, + "view-show-welcome-tours": true + }, + "tours": { + "welcome": "3.0.2" + } + } } } \ No newline at end of file