Skip to content

Commit

Permalink
fix data search value
Browse files Browse the repository at this point in the history
  • Loading branch information
ntheanh201 committed Oct 23, 2023
1 parent 338fbb7 commit 213f6ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<td data-search="^{{::p.value}}$">{{::p.value}}</td>
<td data-search="^{{::p.secure}}$">{{::p.secure}}</td>
<td data-search="{{::p.profiles}}" uib-popover="{{::p.profiles.sort().join(',\n')}}" popover-title="Profiles" popover-trigger="mouseenter" popover-placement="left" popover-append-to-body="true">{{p.profiles.length}}</td>
<td data-search="^{{::p.value}}$">{{::p.comment}}</td>
<td data-search="^{{::p.comment}}$">{{::p.comment}}</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 213f6ef

Please sign in to comment.