Adds index hint to server info page.

This commit is contained in:
Lars Jung 2013-07-12 02:59:24 +02:00
parent 4d56f9aebf
commit 576ca69b44
4 changed files with 20 additions and 0 deletions

View file

@ -17,6 +17,7 @@ modulejs.define('info', ['$'], function ($) {
$.getJSON('server/php/index.php', {action: 'get', checks: true}, function (json) {
if (json) {
$('.idx-file .value').text(json.checks['idx']);
$('.test').each(function () {
setCheckResult(this, json.checks[$(this).data('id')]);