You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
533 B

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)