SOLR-5297: Admin UI - Threads Screen missing Icon

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1528486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Matheis 2013-10-02 14:17:48 +00:00
parent de2c962b95
commit 922a58731d
2 changed files with 3 additions and 1 deletions

View File

@ -90,6 +90,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
----------------------

View File

@ -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 );
}