commit | d3886bbaf06392dd14f0f2a0d19521e3943b2954 | [log] [tgz] |
---|---|---|
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | Mon Jan 08 15:21:46 2018 +0200 |
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | Tue Jan 09 13:47:00 2018 +0000 |
tree | 94987c4e868b53003e78c3880490fa44710e1cee | |
parent | 81ad9aa3964eec60a1d431290fc23139aee2204d [diff] [blame] |
UI support for Togglz flow Issue-ID: SDC-881 Change-Id: I4423d1ee115003aff0bd9d988b25a8260811928b Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
diff --git a/openecomp-ui/.eslintrc b/openecomp-ui/.eslintrc index baa1391..2ebd851 100644 --- a/openecomp-ui/.eslintrc +++ b/openecomp-ui/.eslintrc
@@ -13,7 +13,8 @@ "ecmaFeatures": { "jsx": true, "classes": true, - "modules": true + "modules": true, + "experimentalDecorators": true }, "globals": { "Event": true,