wip
This commit is contained in:
parent
2a1c04c4ec
commit
7a64fffcfc
|
|
@ -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')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue