Browse Source

UI: Fixed display toast in fullscreen dashboard mode

pull/5459/head
Vladyslav_Prykhodko 5 years ago
parent
commit
fbdb1c223f
  1. 3
      ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html

3
ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html

@ -15,7 +15,7 @@
limitations under the License. limitations under the License.
--> -->
<div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}" tb-toast toastTarget="dashboardRoot" <div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}"
fxFlex tb-fullscreen [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen"> fxFlex tb-fullscreen [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen">
<tb-hotkeys-cheatsheet #cheatSheetComponent></tb-hotkeys-cheatsheet> <tb-hotkeys-cheatsheet #cheatSheetComponent></tb-hotkeys-cheatsheet>
<section class="tb-dashboard-toolbar" <section class="tb-dashboard-toolbar"
@ -139,6 +139,7 @@
</tb-dashboard-toolbar> </tb-dashboard-toolbar>
</section> </section>
<section class="tb-dashboard-container tb-absolute-fill" <section class="tb-dashboard-container tb-absolute-fill"
tb-toast toastTarget="dashboardRoot"
#dashboardContainer #dashboardContainer
[ngClass]="{ 'is-fullscreen': forceFullscreen, [ngClass]="{ 'is-fullscreen': forceFullscreen,
'tb-dashboard-toolbar-opened': toolbarOpened, 'tb-dashboard-toolbar-opened': toolbarOpened,

Loading…
Cancel
Save