Commit b2d1f01eeecfd54db07ae26b21cd738db36de5a0
Committed by
GitHub
Merge pull request #5459 from vvlladd28/bug/show-toast/fullscreen-dashboard
[3.3.2] UI: Fixed display toast in fullscreen dashboard mode
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | limitations under the License. | 15 | limitations under the License. |
16 | 16 | ||
17 | --> | 17 | --> |
18 | -<div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}" tb-toast toastTarget="dashboardRoot" | 18 | +<div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}" |
19 | fxFlex tb-fullscreen [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen"> | 19 | fxFlex tb-fullscreen [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen"> |
20 | <tb-hotkeys-cheatsheet #cheatSheetComponent></tb-hotkeys-cheatsheet> | 20 | <tb-hotkeys-cheatsheet #cheatSheetComponent></tb-hotkeys-cheatsheet> |
21 | <section class="tb-dashboard-toolbar" | 21 | <section class="tb-dashboard-toolbar" |
@@ -139,6 +139,7 @@ | @@ -139,6 +139,7 @@ | ||
139 | </tb-dashboard-toolbar> | 139 | </tb-dashboard-toolbar> |
140 | </section> | 140 | </section> |
141 | <section class="tb-dashboard-container tb-absolute-fill" | 141 | <section class="tb-dashboard-container tb-absolute-fill" |
142 | + tb-toast toastTarget="dashboardRoot" | ||
142 | #dashboardContainer | 143 | #dashboardContainer |
143 | [ngClass]="{ 'is-fullscreen': forceFullscreen, | 144 | [ngClass]="{ 'is-fullscreen': forceFullscreen, |
144 | 'tb-dashboard-toolbar-opened': toolbarOpened, | 145 | 'tb-dashboard-toolbar-opened': toolbarOpened, |