%- include('layouts/main', { title: title, pageStyles: pageStyles, pageScripts: pageScripts, currentPage: currentPage, breadcrumb: breadcrumb, body: `
| ${ typeof req !== 'undefined' ? req.t('scaling.col_name') : 'Name' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_address') : 'Address' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_location') : 'Location' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_devices') : 'Devices' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_sessions') : 'Sessions' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_bandwidth') : 'Bandwidth' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_status') : 'Status' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_actions') : 'Actions' } |
|---|---|---|---|---|---|---|---|
| ${ typeof req !== 'undefined' ? req.t('scaling.no_relays') : 'No relay nodes registered.' } | |||||||
| ${ typeof req !== 'undefined' ? req.t('scaling.col_priority') : 'Priority' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_rule_name') : 'Rule Name' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_match') : 'Match' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_target_relay') : 'Target Relay' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_fallback') : 'Fallback' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_status') : 'Status' } | ${ typeof req !== 'undefined' ? req.t('scaling.col_actions') : 'Actions' } |
|---|---|---|---|---|---|---|
| ${ typeof req !== 'undefined' ? req.t('scaling.no_rules') : 'No assignment rules.' } | ||||||
| ${ typeof req !== 'undefined' ? req.t('scaling.cap_config') : 'Configuration' } | ${ typeof req !== 'undefined' ? req.t('scaling.cap_max_devices') : 'Max Devices' } | ${ typeof req !== 'undefined' ? req.t('scaling.cap_max_sessions') : 'Max Sessions' } | ${ typeof req !== 'undefined' ? req.t('scaling.cap_current') : 'Current' } | ${ typeof req !== 'undefined' ? req.t('scaling.cap_utilization') : 'Utilization' } |
|---|