| |
|
Line 298
|
Parallel
|
Line 298
|
Parallel
|
| 298 |
} |
298 |
} |
| 299 |
} |
299 |
} |
| 300 |
this.setScrollerPosition(defaultOption); |
300 |
this.setScrollerPosition(defaultOption); |
| 301 |
setTimeout(function(){this.loadDashboard()}.bind(this), 150); |
301 |
setTimeout(function(){this.loadDashboard();}.bind(this), 150); |
| 302 |
} |
302 |
} |
| 303 |
catch(e) |
303 |
catch(e) |
| 304 |
{ |
304 |
{ |
| |
| |
|
Line 468
|
Parallel
|
Line 468
|
Parallel
|
| 468 |
{ |
468 |
{ |
| 469 |
try |
469 |
try |
| 470 |
{ |
470 |
{ |
| 471 |
this.stopRealTimeDataCollection(); |
471 |
//this.stopRealTimeDataCollection(); |
| 472 |
this.slots = new Array(); |
472 |
this.slots = new Array(); |
| 473 |
this.drawSlots(); |
473 |
this.drawSlots(); |
| 474 |
this.initDashboardLoader(); |
474 |
this.initDashboardLoader(); |
| |
| |
|
Line 1690
|
Parallel
|
Line 1690
|
Parallel
|
| 1690 |
{ |
1690 |
{ |
| 1691 |
postParam += "&filterCondition=" + $('slot_filter_selector_' + slotPosition[i]).value; |
1691 |
postParam += "&filterCondition=" + $('slot_filter_selector_' + slotPosition[i]).value; |
| 1692 |
} |
1692 |
} |
| 1693 |
if ($('slot_aggregate_selector_'+ slotPosition[i]) != null) |
1693 |
//if ($('slot_aggregate_selector_'+ slotPosition[i]) != null) |
| 1694 |
{ |
1694 |
//{ |
| 1695 |
//postParam += "&aggregateType=" + $('slot_aggregate_selector_'+ slotPosition[i]).value; |
1695 |
//postParam += "&aggregateType=" + $('slot_aggregate_selector_'+ slotPosition[i]).value; |
| 1696 |
postParam += "&aggregateType=3"; |
1696 |
postParam += "&aggregateType=3"; |
|
|
1697 |
//} |
| 1697 |
} |
1698 |
} |
| 1698 |
} |
|
|
| 1699 |
if ($('dashboardCategory').value == 2) |
1699 |
if ($('dashboardCategory').value == 2) |
| 1700 |
{ |
1700 |
{ |
| 1701 |
postParam += "&refreshInterval=" + $('slot_refreshInterval_'+ slotPosition[i]).value; |
1701 |
postParam += "&refreshInterval=" + $('slot_refreshInterval_'+ slotPosition[i]).value; |
| |