mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
1e72cd0c12
commit
571351e342
@ -190,10 +190,6 @@ function(Container, $, logger, URI) {
|
|||||||
Container.getDetailContainer().registerOnUpdate(this.syncSelectionWithDetail.bind(this));
|
Container.getDetailContainer().registerOnUpdate(this.syncSelectionWithDetail.bind(this));
|
||||||
};
|
};
|
||||||
|
|
||||||
this.registerLoadIndicator = function() {
|
|
||||||
// console.log(this.container);
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create this component, setup listeners and behaviour
|
* Create this component, setup listeners and behaviour
|
||||||
*/
|
*/
|
||||||
@ -210,5 +206,4 @@ function(Container, $, logger, URI) {
|
|||||||
|
|
||||||
this.construct(gridDomNode);
|
this.construct(gridDomNode);
|
||||||
};
|
};
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user