# HG changeset patch # User Michiel Broek # Date 1408565712 -7200 # Node ID e02393b29733e697b61560b4727a6b3f0d4f2d7e # Parent abdba3f9d9e2c90cc45d3755037db512ee67c481 Updated web dashboard layout diff -r abdba3f9d9e2 -r e02393b29733 thermferm/server.c --- a/thermferm/server.c Wed Aug 20 17:42:35 2014 +0200 +++ b/thermferm/server.c Wed Aug 20 22:15:12 2014 +0200 @@ -655,6 +655,8 @@ * PROFILE ADD name Add a new profile * PROFILE DEL uuid Delete profile with uuid * PROFILE LIST List available profiles + * PROFILE GET uuid Get profile record + * PROFILE PUT uuid Put profile record * PROFILE GETS uuid Get profile steps list * PROFILE PUTS uuid Put profile steps list */ diff -r abdba3f9d9e2 -r e02393b29733 www-thermferm/css/style.css --- a/www-thermferm/css/style.css Wed Aug 20 17:42:35 2014 +0200 +++ b/www-thermferm/css/style.css Wed Aug 20 22:15:12 2014 +0200 @@ -193,7 +193,7 @@ #fermentor_panel_top { width: 236px; - height: 156px; + height: 170px; float: right; background-color: #eee; border: 2px solid; @@ -204,18 +204,18 @@ #fermentor_selector { width: 88px; - height: 156px; + height: 170px; float: left; } input.select { margin-left: 10px; - margin-top: 10px; + margin-top: 13px; } #fermentor_powerled { width: 38px; - height: 36px; + height: 30px; float: left; text-align: center; margin-top: 10px; @@ -224,7 +224,7 @@ #fermentor_mode_control { width: 148px; - height: 100px; + height: 110px; float: left; margin-top: 10px; background-color: #ddd; @@ -268,7 +268,7 @@ #fermentor_panel_control { width: 236px; - height: 136px; + height: 120px; float: right; background-color: #eee; border: 2px solid; @@ -435,6 +435,5 @@ background-color: #137; border-radius: 50%; box-shadow: #024 0 0px 1px 1px; - /* , inset #006 0 -1px 9px, #06F 0 2px 12px; */ } diff -r abdba3f9d9e2 -r e02393b29733 www-thermferm/liveview.php --- a/www-thermferm/liveview.php Wed Aug 20 17:42:35 2014 +0200 +++ b/www-thermferm/liveview.php Wed Aug 20 22:15:12 2014 +0200 @@ -206,7 +206,6 @@ $outstr .= '
'.PHP_EOL; $outstr .= '
Pwr'.PHP_EOL; - //$outstr .= '
Pwr'.PHP_EOL; $outstr .= '
'.PHP_EOL; $outstr .= '
'.PHP_EOL; @@ -251,7 +250,8 @@ } } } - $outstr .= '
Profile: '.$prof_name.'
'.PHP_EOL; + $outstr .= '
Profile: '.$prof_name.'
'.PHP_EOL; + $outstr .= '
State: '.$prof_state.'
'.PHP_EOL; $outstr .= '
'.PHP_EOL; if ($prof_state == "OFF") {