Commit f9397374 by Oláh István Gergely

dashboard: fix tab in dashboard.js

parent d33c9843
......@@ -232,7 +232,6 @@ $(function () {
$.ajaxSetup( { "async": false } );
$.get("/dashboard/node/list/", function(result) {
for(var i in result) {
console.log(result[i]);
my_nodes.push({
'name': result[i].name.toLowerCase(),
'icon': result[i].icon,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment