Adjust user IP table column widths

This commit is contained in:
JonnyWong16 2020-07-12 12:54:56 -07:00
parent 172692ccca
commit 4a4be9798d
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -47,7 +47,7 @@ user_ip_table_options = {
"render": seenRender, "render": seenRender,
"createdCell": seenCreatedCell, "createdCell": seenCreatedCell,
"searchable": false, "searchable": false,
"width": "15%", "width": "12%",
"className": "no-wrap" "className": "no-wrap"
}, },
{ {
@ -56,7 +56,7 @@ user_ip_table_options = {
"render": seenRender, "render": seenRender,
"createdCell": seenCreatedCell, "createdCell": seenCreatedCell,
"searchable": false, "searchable": false,
"width": "15%", "width": "12%",
"className": "no-wrap" "className": "no-wrap"
}, },
{ {
@ -74,7 +74,7 @@ user_ip_table_options = {
$(td).html('n/a'); $(td).html('n/a');
} }
}, },
"width": "15%", "width": "12%",
"className": "no-wrap modal-control-ip" "className": "no-wrap modal-control-ip"
}, },
{ {
@ -85,7 +85,7 @@ user_ip_table_options = {
$(td).html(cellData); $(td).html(cellData);
} }
}, },
"width": "15%", "width": "12%",
"className": "no-wrap" "className": "no-wrap"
}, },
{ {
@ -104,7 +104,7 @@ user_ip_table_options = {
$(td).html('<div><a href="#" data-target="#info-modal" data-toggle="modal"><div style="float: left;">' + transcode_dec + '&nbsp;' + cellData + '</div></a></div>'); $(td).html('<div><a href="#" data-target="#info-modal" data-toggle="modal"><div style="float: left;">' + transcode_dec + '&nbsp;' + cellData + '</div></a></div>');
} }
}, },
"width": "15%", "width": "12%",
"className": "no-wrap modal-control" "className": "no-wrap modal-control"
}, },
{ {