Skip to content

Commit

Permalink
feat(manager): push a message to toastr before creating directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 10, 2020
1 parent 6a484ca commit 9e1091a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/manager/manager.component.ts
Expand Up @@ -247,6 +247,7 @@ export class ManagerComponent implements OnInit, OnDestroy {
if (navNode[0].path) {
path = [navNode[0].path, path].join('/');
}
outer.toastrService.default('Creating directory', 'Waiting...');
return [{ ...cmdNode[0], remote: navNode[0].remote, path }, []];
}
)
Expand Down

0 comments on commit 9e1091a

Please sign in to comment.