diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2013-05-22 11:47:49 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2013-05-22 11:47:49 +0100 |
commit | 61810cd16db1d9063fafad96dda677dd2a0364b7 (patch) | |
tree | 0493ab7430023c93baaede19cdc9f2c523a0d8fb /views | |
parent | 86135f735d4d30b689c80a520f507171afaf4f17 (diff) |
Web interface now defaults to wall-clock hours.
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' } |