@@ -1502,40 +1502,48 @@ <h4 class="modal-title">{{nsdToSend.name}}</h4>
1502
1502
</ div >
1503
1503
</ div >
1504
1504
</ div >
1505
- < div class ="table-responsive ">
1506
- < table class ="table " id ="vduTabletable ">
1505
+ < table style ="margin-bottom: 0px; " class ="table table-responsive table-bordered table-striped table-hover " id ="vduTabletable ">
1507
1506
< thead >
1508
1507
< tr style ="text-align: center ">
1509
- < th > Configuration key</ th >
1510
- < th > Configuration value</ th >
1511
- < th > Description</ th >
1512
- < th > </ th >
1508
+ < th style ="width: 50%; "> Configuration key</ th >
1509
+ < th > Configuration value</ th >
1513
1510
</ tr >
1514
1511
</ thead >
1512
+ </ table >
1513
+ < table class ="table table-bordered table-striped table-hover " id ="vduTabletable ">
1515
1514
< tbody >
1516
1515
< tr ng-repeat ="conf in launchConfiguration.configurations[vnfdname].configurationParameters track by $index ">
1517
- < td > < input style ="font-weight: bold; " ng-disabled ="conf.id.length > 0 " type ="text " class ="form-control "
1518
- id ="Configuration Name " ng-model ="conf.confKey "
1519
- /> </ td >
1520
- < td > < input type ="text " class ="form-control " id ="Configuration Name "
1521
- ng-model ="conf.value "
1522
- /> </ td >
1523
-
1524
- < td > < textarea ng-disabled ="conf.id.length > 0 "
1525
- style ="width:100%; resize:vertical; " name ="Description "
1526
- ng-model ="conf.description " id ="conf.description "
1527
- title ="Here you can put a human readable description "
1528
- class ="form-control ">
1529
- </ textarea > </ td >
1530
- < td style ="padding-left: 5px; "> < a ng-disabled ="conf.id.length > 0 "
1531
- ng-hide ="conf.id.length > 0 " type ="button "
1532
- ng-click ="removeConf($index, vnfdname) ">
1533
- < i class ="fa fa-trash-o fa-lg padding10 text-danger "
1534
- aria-hidden ="true "> </ i > </ a > </ td >
1516
+ < td >
1517
+ < table class ="col-md-12 ">
1518
+ < tr >
1519
+ < td style ="border: none !important; "> < input placeholder ="Configuration Key " ng-disabled ="conf.id.length > 0 " type ="text " class ="form-control "
1520
+ id ="Configuration Name " ng-model ="conf.confKey "
1521
+ /> </ td >
1522
+ < td style ="border: none !important; "> < input placeholder ="Configuration Key Value " type ="text " class ="form-control " id ="Configuration Name "
1523
+ ng-model ="conf.value "
1524
+ />
1525
+ </ td >
1526
+ </ tr >
1527
+ < tr >
1528
+ < td style ="border: none !important; " colspan ="2 ">
1529
+ < textarea ng-disabled ="conf.id.length > 0 "
1530
+ style ="width:100%; resize:vertical; " name ="Description "
1531
+ ng-model ="conf.description " id ="conf.description "
1532
+ placeholder ="Description "
1533
+ class ="form-control ">
1534
+ </ textarea >
1535
+ < br ng-hide ="conf.id.length > 0 ">
1536
+ < button class ="btn btn-danger " ng-disabled ="conf.id.length > 0 "
1537
+ ng-hide ="conf.id.length > 0 " type ="button "
1538
+ ng-click ="removeConf($index, vnfdname) ">
1539
+ Delete</ button >
1540
+ </ td >
1541
+ </ tr >
1542
+ </ table >
1543
+ </ td >
1535
1544
</ tr >
1536
1545
</ tbody >
1537
1546
</ table >
1538
- </ div >
1539
1547
< a type ="button " class ="btn btn-primary " ng-click ="addConftoLaunch(vnfdname) "> Add
1540
1548
Parameter</ a >
1541
1549
</ tab >
0 commit comments