diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/locmanage.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/locmanage.tpl b/view/tpl/locmanage.tpl index 6d8e90ad2..89d5295ad 100644 --- a/view/tpl/locmanage.tpl +++ b/view/tpl/locmanage.tpl @@ -28,7 +28,7 @@ </tr> {{foreach $hubs as $hub}} {{if ! $hub.deleted }} - <tr> + <tr class="locs-index-row"> <td>{{$hub.hubloc_addr}}</td> <td class="hidden-xs">{{$hub.hubloc_url}}</td> <td>{{if $hub.primary}}<i class="icon-check"></i>{{else}}<i class="icon-check-empty primehub" onclick="primehub({{$hub.hubloc_id}}); return false;"></i>{{/if}}</td> |