Hide family buttons
This commit is contained in:
@@ -73,7 +73,7 @@ export class AddJobsComponent implements OnInit {
|
||||
|
||||
loading.present();
|
||||
this.isDisabled = true;
|
||||
|
||||
|
||||
this.wrenchService.jobManagerCreateJob(this.reqData).subscribe(
|
||||
jobManagerCreateResult => {
|
||||
loading.dismiss();
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div>
|
||||
<div *ngIf="family_dash_show> 0">
|
||||
<app-fastreward></app-fastreward>
|
||||
<app-familiy-nokids></app-familiy-nokids>
|
||||
<app-familiy-notask></app-familiy-notask>
|
||||
|
||||
@@ -10,6 +10,7 @@ import {WrenchService} from "../../services/wrench.service";
|
||||
styleUrls: ['./familiy-dash.component.scss'],
|
||||
})
|
||||
export class FamiliyDashComponent implements OnInit {
|
||||
family_dash_show:number = 0;
|
||||
|
||||
pageItem:{
|
||||
page_name: number
|
||||
|
||||
Reference in New Issue
Block a user