mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Missing app_id on backup create page.
This commit is contained in:
parent
ad3b0c230c
commit
f682bcfbf0
2 changed files with 9 additions and 9 deletions
17
src/dist/js/script.min.js
vendored
17
src/dist/js/script.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1937,6 +1937,7 @@ var app = Sammy('#main', function (sam) {
|
|||
$.each(apps, function(app_id, app) {
|
||||
if (app['installed'])
|
||||
data['apps'][app_id]={
|
||||
id: app_id,
|
||||
name: app['manifest']['name']
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue