removed toolbar
parent
24bec5fdba
commit
b76d0b4c82
|
|
@ -4,7 +4,7 @@
|
|||
<!-- User -->
|
||||
<div style="display: flex; justify-content: center; align-items: center; font-size: 13px;">
|
||||
<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}}
|
||||
</h3>
|
||||
<h3 *ngIf="errorService.rsso"
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
<ejs-gantt *ngIf="renderGantt" #ganttObject id="ganttDefault" [enableVirtualization]="true"
|
||||
[ngStyle]="{'visibility':spin ? 'hidden' : 'visible'}" [dataSource]="data" [allowSorting]='true'
|
||||
[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"
|
||||
[projectEndDate]="this.projectEndDate" viewType="ResourceView" [showOverAllocation]='true' [enableMultiTaskbar]='true'
|
||||
[collapseAllParentTasks]='true' [enableVirtualization]="false" [allowSorting]="true" [allowFiltering]="false"
|
||||
|
|
|
|||
Loading…
Reference in New Issue