From 200aa986c5632bfbbd8ebd7ea637bfa95968bf04 Mon Sep 17 00:00:00 2001 From: ziirish Date: Fri, 21 Apr 2017 09:13:27 +0200 Subject: [PATCH] ui tweak --- burpui/templates/js/user.js | 8 +------- burpui/templates/user.html | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/burpui/templates/js/user.js b/burpui/templates/js/user.js index 6c1534e6..a3d88888 100644 --- a/burpui/templates/js/user.js +++ b/burpui/templates/js/user.js @@ -300,12 +300,6 @@ var _sessions_table = $('#table-sessions').dataTable( { return ''+moment(data, moment.ISO_8601).fromNow()+''; } }, - { - data: null, - render: function( data, type, row ) { - return ''; - } - } ], }); var first = true; @@ -517,7 +511,7 @@ function click(d) { update_tree(d); } -d3.json("{{ url_for('api.clients_all') }}") +d3.json("{{ url_for('api.clients_all') }}?_session=" + SESSION_TAG) .header('X-From-UI', true) .get(function(error, data) { if (! error) { diff --git a/burpui/templates/user.html b/burpui/templates/user.html index 51949054..4c6fa209 100644 --- a/burpui/templates/user.html +++ b/burpui/templates/user.html @@ -19,7 +19,6 @@ {{ _('API Login') }} {{ _('Current session') }} {{ _('Expire') }} - {{ _('Revoke') }}