Do not show update dashboard image in mobile app
This commit is contained in:
parent
527bc5e2c2
commit
634df64692
@ -81,7 +81,7 @@
|
||||
(click)="isFullscreen = !isFullscreen">
|
||||
<mat-icon>{{ isFullscreen ? 'fullscreen_exit' : 'fullscreen' }}</mat-icon>
|
||||
</button>
|
||||
<button [fxShow]="currentDashboardId && !isEdit && isTenantAdmin() && displayUpdateDashboardImage()" mat-icon-button
|
||||
<button [fxShow]="currentDashboardId && !isEdit && !isMobileApp && isTenantAdmin() && displayUpdateDashboardImage()" mat-icon-button
|
||||
matTooltip="{{'dashboard.update-image' | translate}}"
|
||||
matTooltipPosition="below"
|
||||
(click)="updateDashboardImage($event)">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user