commit | 27a29de66732cbfe9369bc53b275fc12a65fc7e4 | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Tue Aug 08 12:42:54 2017 +0000 |
committer | Paladox none <thomasmulhall410@yahoo.com> | Tue Aug 08 12:43:46 2017 +0000 |
tree | f37f306000a9fa432f424b62b37d1f88104692df | |
parent | ba40e4c9a026ea37d9ec9feb82c6aaf16e3333ed [diff] |
PolyGerrit: if project is not read only do not show N for no Bug: Issue 6960 Change-Id: Icbe070e2b819e7c1382a85ba8806d72b8d7e63eb
diff --git a/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.js b/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.js index ef07abb..4b51df5 100644 --- a/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.js +++ b/polygerrit-ui/app/elements/admin/gr-admin-project-list/gr-admin-project-list.js
@@ -127,7 +127,7 @@ }, _readOnly(item) { - return item.state === 'READ_ONLY' ? 'Y' : 'N'; + return item.state === 'READ_ONLY' ? 'Y' : ''; }, _computeWeblink(project) {