SOLR-11895: Fix Logging UI page to show "No Events"; remove loading spinner

This commit is contained in:
Cassandra Targett 2018-01-26 12:28:57 -06:00
parent 3c9829efad
commit 3856ae2d85
3 changed files with 1307 additions and 1310 deletions

File diff suppressed because it is too large Load Diff

View File

@ -55,8 +55,7 @@ limitations under the License.
{
background-position: 0 50%;
float: left;
color: #c0c0c0;
padding-left: 21px;
color: #8D8D8D;
width: 45%;
}
@ -69,7 +68,7 @@ limitations under the License.
{
background-image: url( ../../img/ico/ui-check-box-uncheck.png );
background-position: 0 50%;
color: #c0c0c0;
color: #8D8D8D;
display: block;
padding-left: 21px;
}
@ -176,14 +175,9 @@ limitations under the License.
color: #c0c0c0;
}
#content #logging #viewer .has-data tfoot
{
display: none;
}
#content #logging #viewer tfoot td
{
color: #c0c0c0;
color: #8D8D8D;
}
#content #logging .jstree > li

View File

@ -46,10 +46,10 @@ limitations under the License.
<tr ng-show="events.length==0">
<td colspan="4">No Events available</td>
</tr>
</thead>
</tfoot>
</table>
<div id="footer" class="clearfix">
<div id="state" class="loader">Last Check: {{sinceDisplay}}</div>
<div id="state">Last Check: {{sinceDisplay}}</div>
<div id="date-format" ng-click="toggleTimezone()"><a ng-class="{on: timezone=='UTC'}">Show dates in UTC</a></div>
</div>
</div>