mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Evil tabs are evil
This commit is contained in:
parent
becae1963c
commit
7d13a6fcfe
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@
|
|||
data.name = c.params['archive'];
|
||||
data.system_parts = c.groupHooks(Object.keys(data['system']));
|
||||
data.items = (data['hooks']!={} || data['apps']!=[]);
|
||||
data.locale = y18n.locale
|
||||
data.locale = y18n.locale
|
||||
c.view('backup/backup_info', data);
|
||||
});
|
||||
});
|
||||
|
@ -154,7 +154,7 @@
|
|||
data.archives2.unshift(info)
|
||||
});
|
||||
data.archives = data.archives2;
|
||||
data.locale = y18n.locale
|
||||
data.locale = y18n.locale
|
||||
c.view('backup/backup_list', data);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue