display loading indicator immediately when necessary

This commit is contained in:
Géry Debongnie
2019-02-17 14:36:40 +01:00
parent d7d0912853
commit efc5e3a1d4
3 changed files with 7 additions and 8 deletions
@@ -31,7 +31,7 @@ exports[`can be rendered (in home menu) 1`] = `
<div class=\\"o_notification_container\\">
</div>
<div class=\\"o_loading d-none\\">Loading</div>
</div>"
`;
@@ -107,7 +107,7 @@ exports[`if url has action_id, will render action and navigate to proper menu_id
<div class=\\"o_notification_container\\">
</div>
<div class=\\"o_loading\\">Loading</div>
</div>"
`;
@@ -174,6 +174,6 @@ exports[`start with no action => clicks on client action => discuss is rendered
<div class=\\"o_notification_container\\">
</div>
<div class=\\"o_loading d-none\\">Loading</div>
</div>"
`;