Sha256: 4cb09055ff5d6ac391f6f9d5824c3ea20cf4ccc2913937188c31d09626733918

Contents?: true

Size: 943 Bytes

Versions: 5

Compression:

Stored size: 943 Bytes

Contents

!!! Strict
%html
  %head
    %title Nagios Dashboard
    %link(href='css/style.css' media='screen' rel='stylesheet' type='text/css')
    %link(href='fancybox/jquery.fancybox-1.3.4.css' media='screen' rel='stylesheet' type='text/css')
    %script(type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js')
    %script(type='text/javascript' src='js/swfobject.js')
    %script(type='text/javascript' src='js/FABridge.js')
    %script(type='text/javascript' src='js/web_socket.js')
    %script(type='text/javascript' src='js/nagios-dashboard.js')
    %script(type='text/javascript' src='fancybox/jquery.fancybox-1.3.4.pack.js')
  %body
    %div#MainContainer
      %h1 Dashboard
      %table
        %thead
          %tr
            %th Hostname
            %th Plugin Output
            %th Last Time OK
            %th Last Check
        %tbody#messages
    %div(id='popups_container' style='display: none;')

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
nagios-dashboard-sonian-0.0.5 lib/nagios-dashboard/views/dashboard.haml
nagios-dashboard-sonian-0.0.4 lib/nagios-dashboard/views/dashboard.haml
nagios-dashboard-0.0.4 lib/nagios-dashboard/views/dashboard.haml
nagios-dashboard-0.0.3 lib/nagios-dashboard/views/dashboard.haml
nagios-dashboard-0.0.2 lib/nagios-dashboard/views/dashboard.haml