Commit 60cbf278 authored by Prayas Jain's avatar Prayas Jain

Fixed Utilization Report Alignments

parent c8931b7f
...@@ -664,5 +664,9 @@ cursor: pointer; ...@@ -664,5 +664,9 @@ cursor: pointer;
height: calc(85vh - 168px) !important; height: calc(85vh - 168px) !important;
} }
.utilization-report { .utilization-report {
height: calc(86vh - 346px) !important; height: calc(86vh - 346px) !important;
}
.highcharts-menu {
height: 205px;
overflow-y: scroll;
} }
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
id="popupContainer" ng-controller="chartsController"> id="popupContainer" ng-controller="chartsController">
<div class="text-right"> <div class="text-right">
Report Type:<select ng-model="report" #ref ng-change="clickMe(report)" ng-options="report.Name for report in reports"></select> Report Type:<select ng-model="reportId" #ref ng-change="clickMe()" ng-options="report.Id as report.Name for report in reports"></select>
</div> </div>
<hc-pie-chart title="Browser usage" data="pieData" options="chartOptions">Placeholder for pie chart</hc-pie-chart> <hc-pie-chart title="Browser usage" data="pieData" options="chartOptions">Placeholder for pie chart</hc-pie-chart>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment