Project

General

Profile

« Previous | Next » 

Revision 51030

1. Properties file changes.
2. Aggregation details / aggregation object add.
3. Other changes from stef

View differences:

MonitorController.java
9 9
public class MonitorController extends TokenController {
10 10

  
11 11
    private MonitorWidget monitorWidget = new MonitorWidget();
12
    private CollectionMonitorWidget collectionMonitorWidget = new CollectionMonitorWidget();
12 13

  
13 14
    private static MonitorController instance = null;
14 15

  
......
25 26
        if (rest == null)
26 27
            redrawWidget(contentPanel, monitorWidget, parent, rest);
27 28
        else {
28
//            redrawWidget(contentPanel, viewJobDetailsWidget, parent, rest);
29
            redrawWidget(contentPanel, collectionMonitorWidget, parent, rest);
29 30
        }
30 31
    }
31 32

  

Also available in: Unified diff