aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/_alert_actions.haml8
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' }