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:17 UTC

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

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

URL: http://svn.apache.org/r1497189
Log:
CLIMATE-152 progress - Add dataset remove icon

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=1497189&r1=1497188&r2=1497189&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:15 2013
@@ -122,7 +122,9 @@
           {{dataset.name}}
         </div>
         <div class="span1">
-          <a class="btn btn-link no-color-link" ng-click="removeDataset($index)">Remove</a>
+          <a class="btn btn-link no-color-link" ng-click="removeDataset($index)">
+            <i class="icon-remove"></i>
+          </a>
         </div>
       </div>
       <!--Time Values!-->