Sha256: 5a44e98ff0430abd263df53ca1d54db40dc7c31f4458de25820484bd3591d67e

Contents?: true

Size: 570 Bytes

Versions: 3

Compression:

Stored size: 570 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}'
          });
        });

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
visage-app-0.2.2 lib/visage/views/profile.haml
visage-app-0.2.1 lib/visage/views/profile.haml
visage-app-0.2.0 lib/visage/views/profile.haml