Sha256: 35305b4c655529b3240a1096d3caecd0047e31d600c2b7bfcf39f1bd9b701b09

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

=form_for @check do |f|
  =f.label :group
  =f.select :group, options_for_select( MyNagios::Group.all.map{|g| [g.name, g.id]} )
  %br
  =f.label :host
  =f.text_field :host
  %br
  =f.label :user
  =f.text_field :user
  %br
  =f.label :pem_key
  =f.text_field :pem_key
  %br
  =f.label :description
  =f.text_field :description
  %br
  =f.label :interval
  =f.text_field :interval
  %br
  =f.label :command
  =f.text_field :command
  %br

  =f.submit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
my_nagios-0.0.3 app/views/my_nagios/checks/_form.haml