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

Task #10902: cluster column width wider for dragnet

parent e780b49e
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ gridControllerMod.controller('GridController', ['$scope', '$window', 'dataServic ...@@ -230,7 +230,7 @@ gridControllerMod.controller('GridController', ['$scope', '$window', 'dataServic
{ field: 'cluster', { field: 'cluster',
displayName: 'Cluster', displayName: 'Cluster',
enableCellEdit: false, enableCellEdit: false,
width: '65', width: '75',
filter: { filter: {
condition: uiGridConstants.filter.EXACT, condition: uiGridConstants.filter.EXACT,
type: uiGridConstants.filter.SELECT, type: uiGridConstants.filter.SELECT,
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
</uib-progress> </uib-progress>
<div style="float:left; width:100%; top:70px ;" ui-layout options="{flow: 'column'}"> <div style="float:left; width:100%; top:70px ;" ui-layout options="{flow: 'column'}">
<div ng-controller="GridController as gridCtrl" style="margin-right: 4px;" ui-layout-init-min-width="1160px"> <div ng-controller="GridController as gridCtrl" style="margin-right: 4px;" ui-layout-init-min-width="1175px">
<div id="grid" <div id="grid"
ui-grid="gridOptions" ui-grid="gridOptions"
ui-grid-edit ui-grid-selection ui-grid-cellNav ui-grid-resize-columns ui-grid-auto-resize ui-grid-edit ui-grid-selection ui-grid-cellNav ui-grid-resize-columns ui-grid-auto-resize
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
</md-tab> </md-tab>
</div> </div>
<div ng-controller="GanttResourceController as ganttResourceCtrl" ng-init="enabled=false"> <!-- <div ng-controller="GanttResourceController as ganttResourceCtrl" ng-init="enabled=false">
<md-tab label="Resources" md-on-select="enabled=true" md-on-deselect="enabled=false"> <md-tab label="Resources" md-on-select="enabled=true" md-on-deselect="enabled=false">
<div gantt data=ganttData <div gantt data=ganttData
api=options.api api=options.api
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
<highchart id="chart_resource_usage" config="chartConfig" style="margin: 12px;" ></highchart> <highchart id="chart_resource_usage" config="chartConfig" style="margin: 12px;" ></highchart>
</div> </div>
</md-tab> </md-tab>
</div> </div>-->
</md-tabs> </md-tabs>
</md-content> </md-content>
<div ng-controller="EventGridController as eventGridCtrl" ui-layout-init-height="250px"> <div ng-controller="EventGridController as eventGridCtrl" ui-layout-init-height="250px">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment