Sha256: c000d56e8fe14dc28de2ed70d31dffd9d7e1cb969048fae25f85c338e2b9a6eb

Contents?: true

Size: 926 Bytes

Versions: 3

Compression:

Stored size: 926 Bytes

Contents

%div#header
  %h1 Visage

%div#single
  %h3 Graph
  %div.labels.container
  %div#graph.holder
  :javascript
    window.addEvent('domready', function() {
      var graph = new visageGraph('graph', 'theodor', 'cpu-0', {
        width: 900,
        height: 220,
        gridWidth: 800,
        gridHeight: 200
      });
    });

  %h3 Load
  %div.labels.container
  %div#graph-load.holder
  :javascript
    window.addEvent('domready', function() {
      var graph = new visageGraph('graph-load', 'theodor', 'load', {
        width: 900,
        height: 220,
        gridWidth: 800,
        gridHeight: 200
      });
    });

  %h3 Memory
  %div.labels.container
  %div#graph-memory.holder
  :javascript
    window.addEvent('domready', function() {
      var graph = new visageGraph('graph-memory', 'theodor', 'memory', {
        width: 900,
        height: 220,
        gridWidth: 800,
        gridHeight: 200
      });
    });

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
visage-app-0.1.6 lib/visage/views/single.haml
visage-app-0.1.5 lib/visage/views/single.haml
visage-app-0.1.0 lib/visage/views/single.haml