mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Adds index hint to server info page.
This commit is contained in:
parent
4d56f9aebf
commit
576ca69b44
4 changed files with 20 additions and 0 deletions
|
@ -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')]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue