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 21, 2020
1 parent 5cae1bf commit 7ad4a11
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 7ad4a11

Please sign in to comment.