mirror of https://github.com/apache/lucene.git
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:
parent
de2c962b95
commit
922a58731d
|
@ -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
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue