mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(dashboard, widgets) style fix gateways
This commit is contained in:
parent
96be50d41a
commit
f3b34837e7
@ -37,10 +37,10 @@
|
||||
if (tbody.find("#"+tr_id).length == 0) {
|
||||
// add new gateway
|
||||
tr_content.push('<tr id="'+tr_id+'">');
|
||||
tr_content.push('<td><strong>'+gateway['name']+'</strong><br/><small>'+gateway['address']+'<small></td>');
|
||||
tr_content.push('<td><small><strong>'+gateway['name']+'</strong><br/>'+gateway['address']+'</small></td>');
|
||||
tr_content.push('<td>'+gateway['delay']+'</td>');
|
||||
tr_content.push('<td>'+gateway['loss']+'</td>');
|
||||
tr_content.push('<td><div class="" style="width:150px;">'+gateway['status_translated']+'</div></td>');
|
||||
tr_content.push('<td><div class="" style="width:40px;">'+gateway['status_translated']+'</div></td>');
|
||||
tr_content.push('</tr>');
|
||||
tbody.append(tr_content.join(''));
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user