mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-27 10:50:10 +03:00
Bug #3648: Fix nic datatable when some columns are missing
This commit is contained in:
parent
d9f8c37fc0
commit
717eef3134
@ -1464,13 +1464,13 @@ function updateVMInfo(request,vm){
|
||||
"data": null,
|
||||
"defaultContent": '<span class="fa fa-fw fa-chevron-down"></span>'
|
||||
},
|
||||
{ "data": "NIC_ID" },
|
||||
{ "data": "NETWORK" },
|
||||
{ "data": "IP" },
|
||||
{ "data": "MAC" },
|
||||
{ "data": "IP6_ULA" },
|
||||
{ "data": "IP6_GLOBAL" },
|
||||
{ "data": "ACTIONS" }
|
||||
{ "data": "NIC_ID", "defaultContent": "" },
|
||||
{ "data": "NETWORK", "defaultContent": "" },
|
||||
{ "data": "IP", "defaultContent": "" },
|
||||
{ "data": "MAC", "defaultContent": "" },
|
||||
{ "data": "IP6_ULA", "defaultContent": "" },
|
||||
{ "data": "IP6_GLOBAL", "defaultContent": "" },
|
||||
{ "data": "ACTIONS", "defaultContent": "" }
|
||||
],
|
||||
|
||||
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user