const {globalFunc} = customJS const DataType = 'Server' let curr = dv.current(); let {tabletype, dateadded, host, subdomain, OS, CPU, RAM, Capa, disktype, BW, speed, dom, theme} = input; const iArray = [dateadded, host, subdomain, OS, CPU, RAM, Capa, disktype, BW, speed, dom, theme]; const dArray = ["dateadded", "host", "subdomain", "OS", "CPU", "RAM", "Capa", "disktype", "BW", "speed", "dom", "theme"]; const tablet = Boolean(tabletype) ? tabletype : 'overview'; return globalFunc.getTable(dv, DataType, dArray, iArray, tablet)