icons vs text
This commit is contained in:
@@ -200,8 +200,10 @@ select.interface {
|
||||
line +='<td>'+infos['status']+'</td>';
|
||||
}
|
||||
|
||||
line +='<td><a href="javascript:vpn_restart('+pid+')">Reload</a></td>';
|
||||
line +='<td><a href="javascript:vpn_kill('+pid+')">Kill</a></td>';
|
||||
line += '<td>';
|
||||
line += '<a href="javascript:vpn_restart('+pid+')"><img width="24" height="24" src="refresh.png"/></a>';
|
||||
line += '<a href="javascript:vpn_kill('+pid+')"><img width="24" height="24" src="disconnect.png"/></a></td>';
|
||||
line += '</td>\n';
|
||||
line += '</tr>\n';
|
||||
$('#result>tbody').append(line);
|
||||
});
|
||||
@@ -220,7 +222,7 @@ select.interface {
|
||||
<th>Provider</th>
|
||||
<th>VPN Server</th>
|
||||
<th>Status</th>
|
||||
<th colspan="2"> </th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user