active tasks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.lesson {
|
||||
.task_activity {
|
||||
margin-top: 20px;
|
||||
|
||||
.bold {
|
||||
@@ -13,6 +13,11 @@
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: red;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.sec {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -24,12 +29,14 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: white;
|
||||
//background-color: white;
|
||||
padding: 15px;
|
||||
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 10px;
|
||||
margin-top: 20px;
|
||||
|
||||
|
||||
|
||||
.left {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,12 @@ export class TaskactivitiesComponent implements OnInit {
|
||||
constructor(
|
||||
public sessionDataProviderService: SessionDataProviderService,
|
||||
private wrenchService: WrenchService
|
||||
) { }
|
||||
) {
|
||||
addEventListener('app-taskactivities-refresh', () => {
|
||||
this.activeJobMsgList();
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
console.log("IN COMPO ACT", this.jobData);
|
||||
|
||||
Reference in New Issue
Block a user