Skip to content
Snippets Groups Projects
Commit 89affaae authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #9607: Table mode instead of Tree mode in project gannt

parent 0e9247e8
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ganttProjectControllerMod.controller('GanttProjectController', ['$scope', 'dataS ...@@ -36,7 +36,7 @@ ganttProjectControllerMod.controller('GanttProjectController', ['$scope', 'dataS
currentDateValue: $scope.dataService.lofarTime, currentDateValue: $scope.dataService.lofarTime,
columnMagnet: '1 minutes', columnMagnet: '1 minutes',
timeFramesMagnet: false, timeFramesMagnet: false,
sideMode: 'Tree', sideMode: 'Table',
autoExpand: 'both', autoExpand: 'both',
taskOutOfRange: 'truncate', taskOutOfRange: 'truncate',
dependencies: false, dependencies: false,
......
...@@ -66,7 +66,7 @@ table.uib-timepicker td.uib-time { ...@@ -66,7 +66,7 @@ table.uib-timepicker td.uib-time {
} }
.gantt-side { .gantt-side {
width: 150px; width: 180px;
} }
.top-stretch { .top-stretch {
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
current-date-value="options.currentDateValue" current-date-value="options.currentDateValue"
column-magnet="options.columnMagnet" column-magnet="options.columnMagnet"
style="height: 75%; max-height:1200px; width: 100%; overflow-x: hidden; overflow-y: auto; margin-left: 8px;"> style="height: 75%; max-height:1200px; width: 100%; overflow-x: hidden; overflow-y: auto; margin-left: 8px;">
<gantt-tree enabled="true"></gantt-tree> <gantt-table enabled="true"></gantt-table>
<gantt-movable enabled="true" <gantt-movable enabled="true"
allow-moving="true" allow-moving="true"
allow-resizing="true" allow-resizing="true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment