diff options
author | Ajith Sreekumar <ajith.sreekumar@bell.ca> | 2021-06-28 10:26:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-28 10:26:49 +0000 |
commit | 3ce5dd80f2db18bf2afc3c2bde14d09c7562c0a8 (patch) | |
tree | 658a3091bfacc372b9283e7a5294ffdd6316946a /gui-clamp/ui-react-lib | |
parent | 590e499033ccd348f646bc0301db2e9bf92cedf3 (diff) | |
parent | 6ad48326583f162c163d6c272a3d83fb8a01353d (diff) |
Merge "Add Tosca Monitoring App to Policy Gui"
Diffstat (limited to 'gui-clamp/ui-react-lib')
-rw-r--r-- | gui-clamp/ui-react-lib/libIndex.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gui-clamp/ui-react-lib/libIndex.js b/gui-clamp/ui-react-lib/libIndex.js index 8f9eebd..21decbc 100644 --- a/gui-clamp/ui-react-lib/libIndex.js +++ b/gui-clamp/ui-react-lib/libIndex.js @@ -17,9 +17,9 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * ============LICENSE_END============================================ - * =================================================================== * + * SPDX-License-Identifier: Apache-2.0 + * ============LICENSE_END========================================================= */ export { default as CsvToJson } from '../ui-react/src/utils/CsvToJson'; @@ -55,6 +55,8 @@ export { default as ViewAllPolicies } from '../ui-react/src/components/dialogs/P export { default as PolicyDeploymentEditor } from '../ui-react/src/components/dialogs/Policy/PolicyDeploymentEditor'; export { default as PoliciesTreeViewer } from '../ui-react/src/components/dialogs/Policy/PoliciesTreeViewer'; export { default as PolicyToscaFileSelector } from '../ui-react/src/components/dialogs/Policy/PolicyToscaFileSelector'; +export { default as MonitoringControlLoopModal } from '../ui-react/src/components/dialogs/ControlLoop/MonitoringControlLoopModal'; +export { default as ControlLoopService } from '../ui-react/src/api/ControlLoopService'; export { default as GetLocalToscaFileForUpload } from '../ui-react/src/components/dialogs/GetLocalToscaFileForUpload'; export { default as ReadAndConvertYaml } from '../ui-react/src/components/dialogs/ReadAndConvertYaml'; export { default as UploadToscaFile } from '../ui-react/src/api/UploadToscaFile'; |