Top Level Namespace

Defined Under Namespace

Modules: Hlsv Classes: SAS

Constant Summary collapse

FONT =
'Verdana'
STATUS_COLORS =
{
  'success-box' => { prefix: '[OK]',      color: '2E7D32' },
  'warning-box' => { prefix: '[WARNING]', color: 'E65100' },
  'error-box'   => { prefix: '[ERROR]',   color: 'C62828' }
}.freeze
SPLIT_RE =
/ -- /