diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-03 12:01:25 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2014-07-03 12:01:25 +0100 |
commit | 02cd939814dc8aebc80b5a23a3ba6b68f4118864 (patch) | |
tree | 3e74d4e098187fc8e8536c9cef98efa15347c3b0 /views | |
parent | f6ddf58350e015ee49d35d3ac4a74cce53e62102 (diff) | |
parent | 9e8ee3bec749abf11a71003efd201e1e3fb0843f (diff) |
Merge
Diffstat (limited to 'views')
-rw-r--r-- | views/_alert_actions.haml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/_alert_actions.haml b/views/_alert_actions.haml index 2f4eb57..db64d7f 100644 --- a/views/_alert_actions.haml +++ b/views/_alert_actions.haml @@ -19,10 +19,10 @@ for %input#n_hours{ :name => 'n_hours', :type => "number", :min => 0, :max => 48, :value => 2, :style => "min-width: 6ex;"} %select#type_hours{:name => 'type_of_hours' } - -# Default to daytime hours - %option{ :value => "working" } working - %option{ :value => "daytime", :selected => "selected"} daytime - %option{ :value => "wallclock" } wall-clock + -# Default to wall-clock hours. + %option{ :value => "working" } working + %option{ :value => "daytime"} daytime + %option{ :value => "wallclock", :selected => "selected"} wall-clock hours %span#ack_until_text %input#ack_until{ :value => '', :type => :hidden, :name => 'ack_until' } |