From b28159d2a8dfb5fcefa877b639fd96fffde41b35 Mon Sep 17 00:00:00 2001
From: Oláh István Gergely <olah.istvan.gergely@cloud.bme.hu>
Date: Mon, 24 Mar 2014 19:38:30 +0100
Subject: [PATCH] dashboard: fix status changer in node-list

---
 circle/dashboard/static/dashboard/node-list.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
--
libgit2 0.26.0