removed link to connected apps by accident
This commit is contained in:
@@ -21,16 +21,16 @@
|
||||
</div>
|
||||
<table id="locs-index">
|
||||
<tr>
|
||||
<th>{{$loc}}</th>
|
||||
<th>{{$addr}}</th>
|
||||
<th class="hidden-xs">{{$loc}}</th>
|
||||
<th>{{$mkprm}}</th>
|
||||
<th>{{$drop}}</th>
|
||||
</tr>
|
||||
{{foreach $hubs as $hub}}
|
||||
{{if ! $hub.deleted }}
|
||||
<tr>
|
||||
<td>{{$hub.hubloc_url}}</td>
|
||||
<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>
|
||||
<td><i class="icon-trash drophub" onclick="drophub({{$hub.hubloc_id}}); return false;"></i></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user