Fix table rendering on port search tab when VLAN is null
This commit is contained in:
		| @@ -42,7 +42,7 @@ $(document).ready(function() { | ||||
|       }, { | ||||
|         "data": 'port_vlans.vlan', | ||||
|         "render": function(data, type, row, meta) { | ||||
|           return data; | ||||
|           return data || ''; | ||||
|         } | ||||
|       } | ||||
|     ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user