@@ -185,26 +185,28 @@ Users can customize the CloudStack's user interface by means of a configuration
185185
186186To change the logo, login banner, error page icon, etc. the following details can be edited in config.json:
187187
188- ========== ==================================================
189- Property Description
190- ========== ==================================================
191- apiBase Changes the suffix for the API endpoint
192- docBase Changes the base URL for the documentation
193- appTitle Changes the title of the portal
194- footer Changes the footer text
195- logo Changes the logo top-left side image
196- banner Changes the login banner image
197- error.404 Changes the image of error Page not found
198- error.403 Changes the image of error Forbidden
199- error.500 Changes the image of error Internal Server Error.
200- ========== ==================================================
188+ ============================= ================================================================
189+ Property Description
190+ ============================= ================================================================
191+ apiBase Changes the suffix for the API endpoint
192+ docBase Changes the base URL for the documentation
193+ appTitle Changes the title of the portal
194+ footer Changes the footer text
195+ loginFooter Configure to display text (HTML) in the footer at the login screen.
196+ logo Changes the logo top-left side image
197+ banner Changes the login banner image
198+ error.404 Changes the image of error Page not found
199+ error.403 Changes the image of error Forbidden
200+ error.500 Changes the image of error Internal Server Error.
201+ ============================= ================================================================
201202
202203.. parsed-literal ::
203204
204205 "apiBase": "/client/api",
205206 "docBase": "http://docs.cloudstack.apache.org/en/latest",
206207 "appTitle": "CloudStack",
207208 "footer": "Licensed under the <a href='http://www.apache.org/licenses/' target='_blank'>Apache License</a>, Version 2.0.",
209+ "loginFooter": "By logging, you are accepting the <a href='https://www.apache.org/foundation/policies/privacy.html'>usage policy</a>",
208210 "logo": "assets/logo.svg",
209211 "banner": "assets/banner.svg",
210212 "error": {
0 commit comments