column ordering
Change-Id: Ic39dcc67d0676259c112a7b306bc45233e9f3d92
Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/sdnctrlhandler/template/sdn_list.html b/sdnctrlhandler/template/sdn_list.html
index da5526f..c42f51c 100644
--- a/sdnctrlhandler/template/sdn_list.html
+++ b/sdnctrlhandler/template/sdn_list.html
@@ -139,7 +139,8 @@
'onclick="javascript:deleteSDN(\''+row['_id']+'\', \''+ row["name"] +'\')" data-toggle="tooltip" data-placement="top" data-container="body" title="Delete">' +
'<i class="far fa-trash-alt" ></i></button></div>';
},
- "targets": 6
+ "targets": 6,
+ "orderable": false
}
]
});