aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/configurations
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Implement Attributes/Outputs FEvasraz1-2/+4
2021-01-29Change popup delay time and rename it's "cancel" to "OK" button.Maciej Malewski2-2/+2
2021-01-28Add popup informing about long validation time for large
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>org.onap.ccsdk.parent</groupId>
		<artifactId>feature-repo-parent</artifactId>
		<version>1.1.1</version>
		<relativePath/>
	</parent>

	<groupId>org.onap.sdnc.northbound</groupId>
	<artifactId>features-vnftools</artifactId>
	<version>1.4.1-SNAPSHOT</version>
	<packaging>feature</packaging>

	<name>sdnc-northbound :: vnftools :: ${project.artifactId}</name>

	<dependencies>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>sdnc-vnftools</artifactId>
			<version>${project.version}</version>
			<type>xml</type>
			<classifier>features</classifier>
		</dependency>

	</dependencies>
</project>
span>/+1
2018-03-07Sync Integ to MasterMichael Lando3-9/+24
2018-02-08Support DCAE in new plugins integrationIdan Amit1-0/+1
2018-02-07Added ui configurationsIdan Amit1-0/+1
2018-01-31Change designer to plugin in codeIdan Amit1-1/+1
2017-12-31SDC Designers Integration - Part 1Idan Amit1-0/+2
2017-12-10Final commit to master merge fromTal Gitelman2-2/+2
2017-07-17[SDC] rebase 1710 codeMichael Lando5-221/+18
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando7-935/+900
2017-02-19Initial OpenECOMP SDC commitMichael Lando5-0/+1690