Skip to content

Commit bb073a2

Browse files
author
Hoang Nguyen
authored
Add a document to config footer text (#251)
* add a document to config footer text * add blank line * rename the footer text property * move to footer attribute edge * change position * fixes
1 parent 4b0d6f6 commit bb073a2

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

source/adminguide/ui.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,26 +185,28 @@ Users can customize the CloudStack's user interface by means of a configuration
185185

186186
To 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

Comments
 (0)