Sha256: ff78007f065f2add6d18958905068dee0559abbb25353ac48933070cf0f0d113

Contents?: true

Size: 636 Bytes

Versions: 5

Compression:

Stored size: 636 Bytes

Contents

- page_title @profile.options[:profile_name]

%div#profile
  - @profile.graphs.each do |graph|
    %div{:id => graph.id, :class => 'graph'}
      :javascript
        window.addEvent('domready', function() {
          var graph = new visageGraph('#{graph.id}', '#{graph.host}', '#{graph.plugin}', {
            width: 900,
            height: 220,
            gridWidth: 800,
            gridHeight: 200,
            shade: false,
            pluginInstance: '#{graph.instances.join(',')}',
            name: '#{graph.plugin} on #{graph.host}',
            start: '#{@start}',
            finish: '#{@finish}'
          });
        });

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
visage-app-0.2.7 lib/visage/views/profile.haml
visage-app-0.2.6 lib/visage/views/profile.haml
visage-app-0.2.5 lib/visage/views/profile.haml
visage-app-0.2.4 lib/visage/views/profile.haml
visage-app-0.2.3 lib/visage/views/profile.haml