diff --git a/Documentation/pg-plugin-endpoints.txt b/Documentation/pg-plugin-endpoints.txt index 10db5ba67e..fe5dc06eeb 100644 --- a/Documentation/pg-plugin-endpoints.txt +++ b/Documentation/pg-plugin-endpoints.txt @@ -114,6 +114,10 @@ In addition to default parameters, the following are available: + String name of the repository currently being configured. +* `readOnly` ++ +Boolean whether the repository configuration is read only by the logged in user. + === settings-menu-item This endpoint is situated at the end of the navigation menu in the settings screen. diff --git a/polygerrit-ui/app/elements/admin/gr-repo/gr-repo.html b/polygerrit-ui/app/elements/admin/gr-repo/gr-repo.html index 17b9b0daf6..3d8a2d2690 100644 --- a/polygerrit-ui/app/elements/admin/gr-repo/gr-repo.html +++ b/polygerrit-ui/app/elements/admin/gr-repo/gr-repo.html @@ -368,6 +368,7 @@ limitations under the License. +