Skip to content

Commit

Permalink
changed some buttons that may have been an issue where delete was sho…
Browse files Browse the repository at this point in the history
…wing up blue
  • Loading branch information
regulator95 committed Oct 19, 2018
1 parent f5458cf commit 4050e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
<tr>
<td width="15%" ng-show="theTargetFunction.id != null || theTargetFunction.id != ''">

<button type="button" class="btn btn-default btn-xs" id="deleteTarget" ng-click="deleteTargetFunction()">
<button type="button" class="btn btn-danger btn-xs" id="deleteTarget" ng-click="deleteTargetFunction()">
Delete
</button>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ <h1>Sample {{sampleName.name}} {{title}} Characterization</h1>
</div>
</td>

<td><button ng-click="deleteDataConditionRow(row)" class="btn btn-primary btn-xs">Delete</button></td>
<td><button ng-click="deleteDataConditionRow(row)" class="btn btn-danger btn-xs">Delete</button></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 4050e4e

Please sign in to comment.