aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react-lib
AgeCommit message (Collapse)AuthorFilesLines
2020-03-25Fix the stage buildssebdet1-1/+0
Fix the stage build docker due to a removed class in javascript Issue-ID: CLAMP-793 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I5f9fe6a85d42e8a92abe0bf0164b5f07ac771dc0
2020-03-25Fix the stage buildssebdet1-1/+0
Fix the stage build docker due to a removed class in javascript Issue-ID: CLAMP-793 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ia436a1e8cc95c8c3afc8176b83237aae6b8be17a
2020-02-27Upload Tosca Model changes to remove policy model type parsing from UI.Ashwin Sharma1-0/+2
Dictionary API fix to allow bulk create or update of dictionary elements. Issue-ID: CLAMP-656 Change-Id: I6a0a36a6be40a098d917c45462872d31b7f47dd2 Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com>
2020-02-10Fix npm repo missingsebdet1-0/+3
Fix the Npm repo missing in the configuration Issue-ID: CLAMP-586 Change-Id: I6e0c25beb91655e735ef2a0170e9a4404cdf8818 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-02-04Changes for populating ReactJS component libraryTed Humphrey3-0/+144
Modification of Maven pom.xml to segregate creation of component library away from the basic CLAMP UI. New directory ui-react-lib is introduced and populated with just a few files to support the library creation. Introduction of OnapConstants.js provides single focus for defining constants shared across multiple components, resolving circular dependency between LoopUI.js and MenuBar.js around defaultLoopName. Modified LoopSvg.js to import withRoute from react-router-dom instead of react-router, which was causing problems in usage of completed component library. Issue-ID: CLAMP-586 Change-Id: I3054d5388b8aa7417fe7566c34279390d24fb80a Signed-off-by: Ted Humphrey <Thomas.Humphrey@att.com>