';
- cell_str = cell_str + he.encode(data || '');
- cell_str = cell_str + '
';
- return cell_str;
+ return '';
+ var cell_str = '
'
+ + '
';
if (row.native_vlan) {
/* row.native_vlan is an integer, no need to encode */
- cell_str = cell_str + row.native_vlan;
+ cell_str += row.native_vlan;
}
- cell_str = cell_str + '
';
+ cell_str += '
';
return cell_str;
}
else {
@@ -307,13 +301,12 @@ $(document).ready(function() {
return '(';
- cell_str = cell_str + row.vlan_membership.length;
- cell_str = cell_str + ')