src/app/routes/users/installer/installer.component.ts
@@ -108,4 +108,13 @@ for (const item of ls) item.value = false; this.load(true); } // Popconfirm popConfirm(i) { this.msgSrv.success('Next step.'); } popCancel() { this.msgSrv.error('Click on No'); } }