aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint
AgeCommit message (Expand)AuthorFilesLines
2020-01-22Update vFW_CDS packagesAbdelmuhaimen Seaudi18-2259/+3154
2019-10-31Merge "Update vLB CDS Kotlin Package"Brinda Santh Muthuramalingam27-0/+9036
2019-10-31Merge "Description: Create RESTCONF based vLB CBA Blueprint"Dan Timoney27-0/+9137
2019-10-27Update vLB CDS Kotlin Packagehanybaki27-0/+9036
2019-10-27Modified vf-module-namehanybaki5-29/+29
2019-10-22Merge "vnf-id Data Dictionary source has circular dependendy."Dan Timoney2-33/+0
2019-10-22Merge "Data Dictionary has erroneous resolution source for vnf-name."Dan Timoney1-4/+4
2019-10-22Description: Create RESTCONF based vLB CBA Blueprinthanybaki27-0/+9137
2019-10-08update vLB CDS CBAAbdelmuhaimen Seaudi20-288/+265
2019-10-03vnf-id Data Dictionary source has circular dependendy.Samuli Silvius2-33/+0
2019-10-03Data Dictionary has erroneous resolution source for vnf-name.Samuli Silvius1-4/+4
2019-09-18Refactoring Netconf NetconfMessageUtilsSingal, Kapil (ks220y)1-3/+3
2019-09-17Fix deploy failure and other test cases.Brinda Santh2-4/+4
2019-09-16Changing line separator type to LFSINGAL, KAPIL (ks220y)7-386/+386
2019-09-04Fix vFW CBAAlexis de Talhouët4-106/+755
2019-08-28rename config-data=>sdncOleg Mitsura13-141/+141
2019-08-27Make source-db consistent across samplesOleg Mitsura15-194/+194
2019-07-25Add the vDNS CBA in the CDS sourceAbdelmuhaimen Seaudi26-0/+8971
2019-04-01Update vFW CBA for DublinAlexis de Talhouët18-3589/+4485
2019-03-27Update starter-typeAlexis de Talhouët1-2/+2
2019-01-20Resource Resolution Service: Source RestSingal, Kapil (ks220y)1-23/+23
2019-01-11Resource Resolution Service : 2Singal, Kapil (ks220y)1-41/+41
2018-11-30Add Jython Component model and validation logics.Muthuramalingam, Brinda Santh(bs2796)1-2/+2
2018-11-21Merge "Do no prepend "sub" for subnet net id"Dan Timoney1-1/+1
2018-11-16Do no prepend "sub" for subnet net idAlexis de Talhouët1-1/+1
2018-11-15Add support for aai nodeAlexis de Talhouët5-1/+110
2018-11-10Controller Design StudioMuthuramalingam, Brinda Santh(bs2796)7-0/+4819
i>&nbsp;Add User</button> <button class="btn btn-alt btn-small" ng-click="users.openBulkUserUploadModal()"><i class="icon-arrows-upload" aria-hidden="true"></i>&nbsp;Bulk Upload</button> </div> </div> <div ng-hide="users.isLoadingTable"> <div class="error-text" id="div-select-app" ng-show="noAppSelected"> <p class="error-help">Use the 'Select application' dropdown to see users.</p> </div> <div class="error-text" id="div-error-no-users" ng-show="noUsersInApp"> <p>&nbsp;</p> <p class="error-help"> No users found. Select "Add User" to add a User to the application. </p> </div> <div class="error-text" id="div-error-app-down" ng-show="appsIsDown" > <p>&nbsp;</p> <p class="error-help"> Failed to communicate with the application. Please try again later or contact a system administrator. </p> </div> </div> <span class="ecomp-spinner" ng-show="users.isLoadingTable"></span> <div b2b-table table-data="users.accountUsers" ng-hide="users.isLoadingTable" search-string="users.searchString" class="b2b-table-div"> <table> <thead b2b-table-row type="header"> <tr > <th b2b-table-header key="firstName" sortable="true" id="col1" default-sort="a">First Name</th> <th b2b-table-header key="lastName" sortable="true" id="col2">Last Name</th> <th b2b-table-header key="orgUserId" sortable="true" id="col3">User ID</th> <th b2b-table-header key="" sortable="falses" id="col4">Roles</th> </tr> </thead> <tbody b2b-table-row type="body" row-repeat="rowData in users.accountUsers" class="table-users-div"> <tr ng-click="users.openAddNewUserModal(rowData)"> <td b2b-table-body id="rowheader_t1_{{$index}}" headers="col1" ng-bind="rowData.firstName"></td> <td b2b-table-body headers="rowheader_t1_{{$index}} col2" ng-bind="rowData.lastName"></td> <td b2b-table-body headers="rowheader_t1_{{$index}} col3" ng-bind="rowData.orgUserId"></td> <td b2b-table-body headers="rowheader_t1_{{$index}} col4"> <div class="ecomp-table-repeat" ng-repeat="role in rowData.roles" ng-bind="role.name"></div> </td> </tr> </tbody> </table> </div> </div> <div class="error-text" id="div-error-403" ng-show="adminAppsIsNull==true"> <h1>Attention:</h1> <p>&nbsp;</p> <p class="error-help">It appears that you have not been added as an admin yet to an application.</p> <p>&nbsp;</p> <p class="error-help">Click on the Admins link to the left and check and see if you are listed as an admin for an application. If not, you can add yourself to the appropriate application.</p> </div> </div> </div> </div>