Skip to content

Commit

Permalink
Display PLC screen in upgrade mode as well
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-github committed Mar 26, 2020
1 parent 2ff6f6c commit b01b935
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions PGInstaller.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,27 @@ EOF
</folder>
</folderList>
<parameterList>

<!-- Adding PLC screen in upgrade mode -->
<parameterGroup>
<name>postInstallationPageUpgrade</name>
<title>${msg(PLC.title)}</title>
<explanation>${msg(PLC.description)}</explanation>
<insertAfter>installation</insertAfter>
<parameterList>
<linkParameter>
<name>openPLCInUpgrade</name>
<description>Open Postgres Learning Center</description>
<clickedActionList>
<launchBrowser>
<url>https://www.2ndquadrant.com/en/postgres-learning-center/?utm_campaign=Postgres%20Learning%20Center&amp;utm_source=installer&amp;utm_medium=plcscreen</url>
</launchBrowser>
</clickedActionList>
</linkParameter>
<!-- Add more info here if we need -->
</parameterList>
</parameterGroup>

<labelParameter>
<name>installation_detected</name>
<title>${msg(existing.title)}</title>
Expand Down

0 comments on commit b01b935

Please sign in to comment.