From bcad6e538d3d92bc576b13686aedb8dace2776c2 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sun, 11 Jan 2015 20:49:09 +0100 Subject: [PATCH] Revert "Don't show queue actions buttons until API side fixes are in" This reverts commit 698093cbb99080b6113072c7eed61c68b2fb3fe4. --- src/UI/Activity/Queue/QueueLayout.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/UI/Activity/Queue/QueueLayout.js b/src/UI/Activity/Queue/QueueLayout.js index 2a90a014e..cbcfc6ba4 100644 --- a/src/UI/Activity/Queue/QueueLayout.js +++ b/src/UI/Activity/Queue/QueueLayout.js @@ -77,12 +77,12 @@ define( cell : ProgressCell, cellValue : 'this' }, - //{ - // name : 'status', - // label : '', - // cell : QueueActionsCell, - // cellValue : 'this' - //} + { + name : 'status', + label : '', + cell : QueueActionsCell, + cellValue : 'this' + } ], initialize: function () {