From 4a4be9798d95254a49cfdd9d0232627196f8df6d Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sun, 12 Jul 2020 12:54:56 -0700 Subject: [PATCH] Adjust user IP table column widths --- data/interfaces/default/js/tables/user_ips.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/interfaces/default/js/tables/user_ips.js b/data/interfaces/default/js/tables/user_ips.js index 849a49c5..0124ef0c 100644 --- a/data/interfaces/default/js/tables/user_ips.js +++ b/data/interfaces/default/js/tables/user_ips.js @@ -47,7 +47,7 @@ user_ip_table_options = { "render": seenRender, "createdCell": seenCreatedCell, "searchable": false, - "width": "15%", + "width": "12%", "className": "no-wrap" }, { @@ -56,7 +56,7 @@ user_ip_table_options = { "render": seenRender, "createdCell": seenCreatedCell, "searchable": false, - "width": "15%", + "width": "12%", "className": "no-wrap" }, { @@ -74,7 +74,7 @@ user_ip_table_options = { $(td).html('n/a'); } }, - "width": "15%", + "width": "12%", "className": "no-wrap modal-control-ip" }, { @@ -85,7 +85,7 @@ user_ip_table_options = { $(td).html(cellData); } }, - "width": "15%", + "width": "12%", "className": "no-wrap" }, { @@ -104,7 +104,7 @@ user_ip_table_options = { $(td).html('
' + transcode_dec + ' ' + cellData + '
'); } }, - "width": "15%", + "width": "12%", "className": "no-wrap modal-control" }, {