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:44:56 UTC

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

Author: joyce
Date: Thu Jun 27 02:44:56 2013
New Revision: 1497185

URL: http://svn.apache.org/r1497185
Log:
CLIMATE-152 progress - Dataset title update

- Remove editable dataset title.
- Display title as muted text.

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=1497185&r1=1497184&r2=1497185&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:44:56 2013
@@ -118,8 +118,8 @@
     <div ng-controller="DatasetDisplayCtrl" id="datasetDiv">
       <div ng-repeat="dataset in datasets">
       <div class="row">
-        <div class="span4 ">
-          <input class="span4 text-center" type="text" value="{{dataset.name}}" />
+        <div class="span4 muted">
+          {{dataset.name}}
         </div>
       </div>
       <!--Time Values!-->