aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react-lib
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-03-30 00:30:49 +0200
committersebdet <sebastien.determe@intl.att.com>2021-04-14 16:36:07 +0200
commitb496fda34d1bd11b1e747145b9a242c61ab8dc27 (patch)
tree6d820c0799a85e1f0e9e6ea784718b8d22acb834 /ui-react-lib
parent42fa9f46d63968458cae9b2c72e7c4d0daca394b (diff)
Add new component to support Tree view
Add treeview component to show subset of policies by prefix (using .) Issue-ID: POLICY-3165 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I1365695f03086beda36a6bafddd9ad0f52944b6d
Diffstat (limited to 'ui-react-lib')
-rwxr-xr-xui-react-lib/libIndex.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-react-lib/libIndex.js b/ui-react-lib/libIndex.js
index ebb6f80b4..538d64837 100755
--- a/ui-react-lib/libIndex.js
+++ b/ui-react-lib/libIndex.js
@@ -52,3 +52,4 @@ export { default as UserService } from './src/api/UserService';
export { default as ViewLoopTemplatesModal } from './src/components/dialogs/Tosca/ViewLoopTemplatesModal';
export { default as ViewAllPolicies } from './src/components/dialogs/Policy/ViewAllPolicies';
export { default as PolicyDeploymentEditor } from './src/components/dialogs/Policy/PolicyDeploymentEditor';
+export { default as PoliciesTreeViewer } from './src/components/dialogs/Policy/PoliciesTreeViewer';