Sha256: 00590985e19c27d95d6311940b5161251e44e90d9df065bd4fc86c04e3422d51

Contents?: true

Size: 939 Bytes

Versions: 7

Compression:

Stored size: 939 Bytes

Contents

%section
  = to_markup 'title_and_breadcrumb', {title: title, nav: nav}

  %h3#cpu_model= I18n.t('system.processor') + ' : '
  %p#load1min.meter
    %span.desc= '1 min'
    %span.info= '0.00'
    %meter{value: 0, min: 0, max: 100, low: 80, high: 90, optimum: 50, title: '0 %'}
  %p#load5min.meter
    %span.desc= '5 min'
    %span.info= '0.00'
    %meter{value: 0, min: 0, max: 100, low: 80, high: 90, optimum: 50, title: '0 %'}
  %p#load15min.meter
    %span.desc= '15 min'
    %span.info= '0.00'
    %meter{value: 0, min: 0, max: 100, low: 80, high: 90, optimum: 50, title: '0 %'}

  %h3= I18n.t('system.memory')
  %p#ram.meter
    %span.desc= 'RAM'
    %span.info= '0 M' + I18n.t('system.byte_abbrev') + ' ' + I18n.t('system.out_of') + ' 0 M' + I18n.t('system.byte_abbrev')
    %meter{value: 0, min: 0, max: 100, low: 80, high: 90, optimum: 50, title: '0 %'}
  %div#swaps.loading

  %h3= I18n.t('system.storage')
  %div#storage.loading

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
intranet-system-1.3.0 lib/intranet/resources/haml/system_home.haml
intranet-system-1.2.0 lib/intranet/resources/haml/system_home.haml
intranet-system-1.1.2 lib/intranet/resources/haml/system_home.haml
intranet-system-1.1.1 lib/intranet/resources/haml/system_home.haml
intranet-system-1.1.0 lib/intranet/resources/haml/system_home.haml
intranet-system-1.0.1 lib/intranet/resources/haml/system_home.haml
intranet-system-1.0.0 lib/intranet/resources/haml/system_home.haml