Merge "Re-arrange info at footer of Gerrit web UI pages."
This commit is contained in:
commit
8c70bfa235
@ -461,8 +461,6 @@ public class Gerrit implements EntryPoint {
|
|||||||
vs = "dev";
|
vs = "dev";
|
||||||
}
|
}
|
||||||
|
|
||||||
btmmenu.add(new InlineLabel(C.keyHelp()));
|
|
||||||
btmmenu.add(new InlineLabel(" | "));
|
|
||||||
btmmenu.add(new InlineHTML(M.poweredBy(vs)));
|
btmmenu.add(new InlineHTML(M.poweredBy(vs)));
|
||||||
|
|
||||||
final String reportBugText = getConfig().getReportBugText();
|
final String reportBugText = getConfig().getReportBugText();
|
||||||
@ -473,6 +471,8 @@ public class Gerrit implements EntryPoint {
|
|||||||
a.setStyleName("");
|
a.setStyleName("");
|
||||||
btmmenu.add(new InlineLabel(" | "));
|
btmmenu.add(new InlineLabel(" | "));
|
||||||
btmmenu.add(a);
|
btmmenu.add(a);
|
||||||
|
btmmenu.add(new InlineLabel(" | "));
|
||||||
|
btmmenu.add(new InlineLabel(C.keyHelp()));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void onModuleLoad2(HostPageData hpd) {
|
private void onModuleLoad2(HostPageData hpd) {
|
||||||
|
Loading…
Reference in New Issue
Block a user