From aa72781388f3e6408bb43f1b024d88ec1c9d2c10 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Tue, 4 Oct 2022 20:29:28 +0100 Subject: Add data type properties workspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implements the properties workspace for a data type, with the list and filter feature. Change-Id: I2ec337a0481bddd5fe32e45644abdc88e197fa49 Issue-ID: SDC-4214 Signed-off-by: André Schmid --- catalog-ui/configurations/menu.js | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog-ui/configurations/menu.js') diff --git a/catalog-ui/configurations/menu.js b/catalog-ui/configurations/menu.js index 4b462b752a..5a7e165a9a 100644 --- a/catalog-ui/configurations/menu.js +++ b/catalog-ui/configurations/menu.js @@ -302,6 +302,7 @@ const SDC_MENU_CONFIG = { ], "DataType": [ {"text": "General", "action": "onMenuItemPressed", "state": "general"}, + {"text": "Properties", "action": "onMenuItemPressed", "state": "properties"}, ] } -- cgit 1.2.3-korg