removed toolbar

main
Said Gedik 2024-05-14 11:58:10 +02:00
parent 24bec5fdba
commit b76d0b4c82
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<!-- User --> <!-- User -->
<div style="display: flex; justify-content: center; align-items: center; font-size: 13px;"> <div style="display: flex; justify-content: center; align-items: center; font-size: 13px;">
<h3 *ngIf="userId" <h3 *ngIf="userId"
style="font-family: Arial, Helvetica, sans-serif; display: flex; align-items: center; gap: 5px; color: rgba(0, 0, 0, 0.706);"> style="font-family: Arial, Helvetica, sans-serif; font-weight: 100; display: flex; align-items: center; gap: 5px; color: rgba(0, 0, 0, 0.845);">
<mat-icon style="color: green;">verified_user</mat-icon>{{this.userId}} <mat-icon style="color: green;">verified_user</mat-icon>{{this.userId}}
</h3> </h3>
<h3 *ngIf="errorService.rsso" <h3 *ngIf="errorService.rsso"
@ -136,7 +136,7 @@
<ejs-gantt *ngIf="renderGantt" #ganttObject id="ganttDefault" [enableVirtualization]="true" <ejs-gantt *ngIf="renderGantt" #ganttObject id="ganttDefault" [enableVirtualization]="true"
[ngStyle]="{'visibility':spin ? 'hidden' : 'visible'}" [dataSource]="data" [allowSorting]='true' [ngStyle]="{'visibility':spin ? 'hidden' : 'visible'}" [dataSource]="data" [allowSorting]='true'
[resources]="resources" [taskFields]="taskSettings" [resourceFields]="resourceFields" [editSettings]="editSettings" [resources]="resources" [taskFields]="taskSettings" [resourceFields]="resourceFields" [editSettings]="editSettings"
[columns]="columns" [toolbar]="toolbar" [labelSettings]="labelSettings" [allowSelection]='true' [allowResizing]='true' [columns]="columns" [toolbar]="" [labelSettings]="labelSettings" [allowSelection]='true' [allowResizing]='true'
[highlightWeekends]='true' [treeColumnIndex]="1" [projectStartDate]="this.projectStartDate" [highlightWeekends]='true' [treeColumnIndex]="1" [projectStartDate]="this.projectStartDate"
[projectEndDate]="this.projectEndDate" viewType="ResourceView" [showOverAllocation]='true' [enableMultiTaskbar]='true' [projectEndDate]="this.projectEndDate" viewType="ResourceView" [showOverAllocation]='true' [enableMultiTaskbar]='true'
[collapseAllParentTasks]='true' [enableVirtualization]="false" [allowSorting]="true" [allowFiltering]="false" [collapseAllParentTasks]='true' [enableVirtualization]="false" [allowSorting]="true" [allowFiltering]="false"