From de84d759cc5582cf6a78f0eb614cd3467c5431c8 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Sat, 23 Nov 2013 21:37:00 +0000 Subject: [PATCH] webui: minor re-ordering of status tabs --- src/webui/static/app/status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/status.js b/src/webui/static/app/status.js index ff113370..773b711d 100644 --- a/src/webui/static/app/status.js +++ b/src/webui/static/app/status.js @@ -354,8 +354,8 @@ tvheadend.status = function() { activeTab : 0, iconCls : 'eye', items : [ - new tvheadend.status_subs, new tvheadend.status_streams, + new tvheadend.status_subs, new tvheadend.status_conns ] });