From 61810cd16db1d9063fafad96dda677dd2a0364b7 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Wed, 22 May 2013 11:47:49 +0100 Subject: Web interface now defaults to wall-clock hours. --- views/_alert_actions.haml | 8 ++++---- 1 file 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' } -- cgit v1.2.1