mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Gotta manually hide the loader here for some reason
This commit is contained in:
parent
66b7b48a17
commit
109f542e07
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
c.api("GET", "/diagnosis/show?full", {}, function(data) {
|
c.api("GET", "/diagnosis/show?full", {}, function(data) {
|
||||||
|
c.hideLoader();
|
||||||
basesystem = data.reports.filter(function(r) { return r.id == "basesystem"; })[0];
|
basesystem = data.reports.filter(function(r) { return r.id == "basesystem"; })[0];
|
||||||
version_info = basesystem.items.filter(function(i) { return (i.meta && i.meta.test && i.meta.test == "ynh_versions"); })[0];
|
version_info = basesystem.items.filter(function(i) { return (i.meta && i.meta.test && i.meta.test == "ynh_versions"); })[0];
|
||||||
$('#yunohost-version').html(y18n.t('footer_version', [version_info.data.main_version, version_info.data.repo]));
|
$('#yunohost-version').html(y18n.t('footer_version', [version_info.data.main_version, version_info.data.repo]));
|
||||||
|
|
Loading…
Reference in a new issue