Replace documentation of gerrit.ui with gerrit.enableGwtUi

The gerrit.ui setting is no longer supported. The default UI is always
PolyGerrit and this cannot be changed. It is possible however to make
the GWT UI available by setting gerrit.enableGwtUi; in this case the UI
still defaults to PolyGerrit but allows the user to switch to GWT.

Change-Id: Ifbeca8ea7d1c9c90c7f86e184fc365288129c1dd
This commit is contained in:
David Pursehouse 2020-01-29 10:14:38 +09:00
parent 613f78dc22
commit 88fc59257e

View File

@ -2276,11 +2276,12 @@ NoteDb, Gerrit will not be able to use that instance of NoteDb. The serverId
used to create the NoteDb will show in the resulting exception message in case
the value differs.
[[gerrit.ui]]gerrit.ui::
[[gerrit.enableGwtUi]]gerrit.enableGwtUi::
+
Configure which UI is the default. Valid values are `polygerrit` and `gwt`.
Allow to switch to the GWT UI. When this option is enabled, the user can switch
the UI from PolyGerrit (the default) to GWT.
+
Defaults to `polygerrit`.
Defaults to true.
[[gitweb]]
=== Section gitweb