mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Formatting + simplify diff
This commit is contained in:
parent
b82bdeac48
commit
28a0eaeb04
2 changed files with 2 additions and 4 deletions
|
@ -88,9 +88,7 @@
|
|||
'lastUpdate': data[c.params['appslist']]['lastUpdate'],
|
||||
'removable' : (c.params['appslist'] !== 'yunohost') ? true : false // Do not remove default apps list
|
||||
};
|
||||
c.view('app/app_appslists_info', {
|
||||
appslist: list
|
||||
});
|
||||
c.view('app/app_appslists_info', {appslist: list});
|
||||
}
|
||||
else {
|
||||
c.flash('warning', y18n.t('appslists_unknown_list', [c.params['appslist']]));
|
||||
|
|
Loading…
Add table
Reference in a new issue