This commit is contained in:
pushuo 2022-09-07 10:49:51 +08:00 committed by Edward Yang
parent 2a1c04c4ec
commit 7a64fffcfc
1 changed files with 4 additions and 0 deletions

View File

@ -242,6 +242,10 @@
$('.title-status .text-danger').removeClass('d-none').find('span').text(json.data.database_version);
}
if (json.data.database_other) {
$('.title-status .text-danger').removeClass('d-none').find('span').text(json.data.database_other);
}
$('.admin-data-wrap').addClass('d-none')
}