You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/27 04:45:28 UTC

svn commit: r1497192 - /incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Author: joyce
Date: Thu Jun 27 02:45:27 2013
New Revision: 1497192

URL: http://svn.apache.org/r1497192
Log:
CLIMATE-152 progress - Update regrid checkbox

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/index.html
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/index.html?rev=1497192&r1=1497191&r2=1497192&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Thu Jun 27 02:45:27 2013
@@ -162,10 +162,10 @@
         <div class="span1 text-center">
           {{dataset.latlonVals.lonMin}}
         </div>
-        <div class="span2">
+        <div class="span1">
           <label>
             <input type="checkbox" ng-model="dataset.regrid" ng-click="setRegridBase($index)"/> 
-            Regrid Base
+            Regrid 
           </label>
         </div>
       </div>