Skip to content

Commit

Permalink
Fixed: Issue #83
Browse files Browse the repository at this point in the history
Bold font for Configuration key column.
  • Loading branch information
Zohaib Hassan committed Jul 10, 2017
1 parent be32dd0 commit a841636
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ <h4 class="modal-title">{{nsdToSend.name}}</h4>
</thead>
<tbody>
<tr ng-repeat="conf in launchConfiguration.configurations[vnfdname].configurationParameters track by $index">
<td><input ng-disabled="conf.id.length > 0" type="text" class="form-control"
<td><input style="font-weight: bold;" ng-disabled="conf.id.length > 0" type="text" class="form-control"
id="Configuration Name" ng-model="conf.confKey"
/></td>
<td><input type="text" class="form-control" id="Configuration Name"
Expand Down

0 comments on commit a841636

Please sign in to comment.