Commit 634df64692531e4d18dcf0ed66ac58d85c1f8c83
1 parent
527bc5e2
Do not show update dashboard image in mobile app
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -81,7 +81,7 @@ |
81 | 81 | (click)="isFullscreen = !isFullscreen"> |
82 | 82 | <mat-icon>{{ isFullscreen ? 'fullscreen_exit' : 'fullscreen' }}</mat-icon> |
83 | 83 | </button> |
84 | - <button [fxShow]="currentDashboardId && !isEdit && isTenantAdmin() && displayUpdateDashboardImage()" mat-icon-button | |
84 | + <button [fxShow]="currentDashboardId && !isEdit && !isMobileApp && isTenantAdmin() && displayUpdateDashboardImage()" mat-icon-button | |
85 | 85 | matTooltip="{{'dashboard.update-image' | translate}}" |
86 | 86 | matTooltipPosition="below" |
87 | 87 | (click)="updateDashboardImage($event)"> | ... | ... |