Skip to content

Commit

Permalink
fix(netflix/fp): add clickable cursor to FP row
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Apr 11, 2017
1 parent 808eff3 commit 9c19b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = angular.module('spinnaker.netflix.fastProperties.view.tableRow.

return `
<tr data-property-id="${property.propertyId}">
<tr data-property-id="${property.propertyId}" class="clickable">
<td>${property.key}</td>
<td>${property.value || ''}</td>
<td>${property.appId}</td>
Expand Down

0 comments on commit 9c19b2d

Please sign in to comment.