|
@@ -92,9 +92,11 @@ export class ResourceModule extends ModuleRoot {
|
|
|
|
|
|
this.controls.CustCompListCtrl.setCrudPrefix("/frame");
|
|
|
this.controls.CustCompListCtrl.state.size = 20;
|
|
|
+ this.controls.CustCompListCtrl.state.query = { type: "comp"};
|
|
|
|
|
|
this.controls.sysCompListCtrl.setCrudPrefix("sys/frame");
|
|
|
this.controls.sysCompListCtrl.state.size = 20;
|
|
|
+
|
|
|
this.controls.sysSvgListCtrl.state.query = { published: true};
|
|
|
|
|
|
this.natsBus.init();
|