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/25 00:58:46 UTC

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

Author: joyce
Date: Mon Jun 24 22:58:46 2013
New Revision: 1496270

URL: http://svn.apache.org/r1496270
Log:
CLIMATE-152 progress - Move Clear button to DatasetSelectCtrl

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=1496270&r1=1496269&r2=1496270&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Mon Jun 24 22:58:46 2013
@@ -100,6 +100,9 @@
     <div ng-controller="DatasetSelectCtrl">
       <div class="row span6">
         <div class="span2">
+          <button ng-click="clearDatasets()" ng-disabled="shouldDisableClearButton()" class="btn btn-block btn-warning">Clear</button>
+        </div>
+        <div class="span2">
           <button class="btn btn-block btn-success" bootstrap-modal-open="datasetSelect">Select</button>
         </div>
       </div>
@@ -186,9 +189,6 @@
           </form>
         </div>
         <!--<div class="span1">-->
-          <!--<button ng-click="clearDatasets()" ng-hide="shouldDisableClearButton()" class="btn btn-block btn-warning">Clear</button>-->
-        <!--</div>-->
-        <!--<div class="span1">-->
           <!--<button class="btn btn-block btn-primary" ng-hide="shouldDisableResultsView()" bootstrap-modal-open="evaluationResults">Results</button>-->
         <!--</div>-->
       </div>