Skip to content

Commit

Permalink
Add getDataTable for process-
Browse files Browse the repository at this point in the history
list
  • Loading branch information
iuliaib committed Sep 14, 2020
1 parent 873c0a7 commit 9628215
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export class ProcessListPage {
);
}

getDataTable() {
return this.dataTable;
}

getDisplayedProcessListEmptyTitle(): Promise<string> {
return BrowserActions.getText(this.processListEmptyTitle);
}
Expand Down

0 comments on commit 9628215

Please sign in to comment.