You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2013/10/02 16:18:46 UTC

svn commit: r1528488 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt solr/webapp/ solr/webapp/web/css/styles/threads.css

Author: steffkes
Date: Wed Oct  2 14:18:45 2013
New Revision: 1528488

URL: http://svn.apache.org/r1528488
Log:
SOLR-5297: Admin UI - Threads Screen missing Icon (merge r1528486)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/branch_4x/solr/webapp/   (props changed)
    lucene/dev/branches/branch_4x/solr/webapp/web/css/styles/threads.css

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1528488&r1=1528487&r2=1528488&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Wed Oct  2 14:18:45 2013
@@ -58,6 +58,8 @@ Bug Fixes
 
 * SOLR-5263: Fix CloudSolrServer URL cache update race. (Jessica Cheng, Mark Miller)
 
+* SOLR-5297: Admin UI - Threads Screen missing Icon (steffkes)
+
 Security
 ----------------------
 

Modified: lucene/dev/branches/branch_4x/solr/webapp/web/css/styles/threads.css
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/webapp/web/css/styles/threads.css?rev=1528488&r1=1528487&r2=1528488&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/webapp/web/css/styles/threads.css (original)
+++ lucene/dev/branches/branch_4x/solr/webapp/web/css/styles/threads.css Wed Oct  2 14:18:45 2013
@@ -71,7 +71,7 @@ limitations under the License.
 }
 
 #content #threads #thread-dump tbody .WAITING a,
-#content #threads #thread-dump tbody .TIMED_WAITING .a
+#content #threads #thread-dump tbody .TIMED_WAITING a
 {
   background-image: url( ../../img/ico/hourglass.png );
 }