Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit d238498

Browse files
oodamienghillert
authored andcommitted
Jobs List: add refresh method
Resolves #912
1 parent 540d241 commit d238498

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ui/src/app/jobs/jobs/jobs.component.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,13 @@ export class JobsComponent implements OnInit, OnDestroy {
160160
this.busyService.addSubscription(busy);
161161
}
162162

163+
/**
164+
* Refresh action
165+
*/
166+
refresh() {
167+
this.loadJobExecutions();
168+
}
169+
163170
/**
164171
* Update event from the Paginator Pager
165172
* @param params

0 commit comments

Comments
 (0)