mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-04 13:56:14 +08:00
Make repo list component reusable (#7233)
This commit is contained in:
parent
63084061b8
commit
4e0b40e781
|
@ -254,7 +254,7 @@ function RepoOverViewHelper(opts) {
|
|||
this.focusFilterKey = opts.focusFilterKey;
|
||||
}
|
||||
this.setHooks();
|
||||
this.pageId = "RepoOverViewHelperState"; // constant is OK for this case
|
||||
this.pageId = (opts && opts.pageId) ? opts.pageId : "RepoOverViewHelperState";
|
||||
this.isDetailsDisplayed = false;
|
||||
this.isOnlyFavoritesDisplayed = false;
|
||||
this.detailCssClass = findStyleSheetByName(".repo-overview .ro-detail");
|
||||
|
|
Loading…
Reference in New Issue
Block a user