Project

General

Profile

« Previous | Next » 

Revision 62129

merge from eosc_services

View differences:

addRepoApi.st
44 44
	
45 45
		<form class="form-horizontal" role="form" ng-show="repo.id" name="newApiForm">
46 46
			<ng-fixed-value-field label="Datasource" value="repo.name"></ng-fixed-value-field>
47
			<ng-fixed-value-field label="Typology" value="api.typology"></ng-fixed-value-field>
48 47
			<ng-api-id-field label="Api ID" prefix="api_________::{{repo.origId}}::" exclusion="repo.apis" selection="api.id"></ng-api-id-field>
49
			<!-- <ng-select-vocabulary-field label="Typology" vocabulary="values.types" selection="api.typology"></ng-select-vocabulary-field> -->
50 48
			<ng-select-vocabulary-field label="Compatibility level" vocabulary="values.compliances" selection="api.compatibility"></ng-select-vocabulary-field>
51 49
			<ng-select-vocabulary-field label="Content description" vocabulary="values.contentDescriptions" selection="api.contentdescription"></ng-select-vocabulary-field>
52 50
			<ng-select-vocabulary-field label="Protocol" vocabulary="values.protocols" selection="api.protocol" contextual-params="currentParams"></ng-select-vocabulary-field>
53 51
			<ng-simple-edit-field label="BaseURL" selection="api.baseurl" regex="^(http|https|ftp|file|sftp|jar|mongodb):\/\/"></ng-simple-edit-field>
54 52
			
55
			
56
			
57 53
			<ng-simple-edit-field 
58 54
				ng-repeat="param in currentParams | filter: { functionPopulated : false }" 
59 55
				label="{{param.name}} [{{api.protocol}} protocol]" 

Also available in: Unified diff