mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Also reduce admin remote fetch
This commit is contained in:
parent
c1228d09f0
commit
35bce8cf62
11 changed files with 148 additions and 260 deletions
|
|
@ -12,7 +12,7 @@ PackageAdminStore.error = ko.observable('');
|
|||
|
||||
PackageAdminStore.fetch = () => {
|
||||
PackageAdminStore.loading(true);
|
||||
Remote.packagesList((iError, data) => {
|
||||
Remote.request('AdminPackagesList', (iError, data) => {
|
||||
PackageAdminStore.loading(false);
|
||||
if (iError) {
|
||||
PackageAdminStore.real(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue