diff --git a/circle/dashboard/static/dashboard/node-list.js b/circle/dashboard/static/dashboard/node-list.js index 0278929..6ed516e 100644 --- a/circle/dashboard/static/dashboard/node-list.js +++ b/circle/dashboard/static/dashboard/node-list.js @@ -185,7 +185,7 @@ $(function() { $.ajax({ method: 'POST', url: url, - data: {'new_status':new_status}, + data: {'change_status':''}, headers: {"X-CSRFToken": getCookie('csrftoken')}, success: function(data, textStatus, xhr) { onsuccess(params);