This is an automated email from the ASF dual-hosted git repository.
sureshanaparti pushed a commit to branch 4.16
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/4.16 by this push:
new bb073a2 Add a document to config footer text (#251)
bb073a2 is described below
commit bb073a225641c391640232aa9bd1b7bf1d98a3da
Author: Hoang Nguyen <[email protected]>
AuthorDate: Thu Feb 10 14:21:28 2022 +0700
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
---
source/adminguide/ui.rst | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/source/adminguide/ui.rst b/source/adminguide/ui.rst
index b9fa334..a69f1db 100644
--- a/source/adminguide/ui.rst
+++ b/source/adminguide/ui.rst
@@ -185,19 +185,20 @@ Users can customize the CloudStack's user interface by
means of a configuration
To change the logo, login banner, error page icon, etc. the following details
can be edited in config.json:
-========== ==================================================
-Property Description
-========== ==================================================
-apiBase Changes the suffix for the API endpoint
-docBase Changes the base URL for the documentation
-appTitle Changes the title of the portal
-footer Changes the footer text
-logo Changes the logo top-left side image
-banner Changes the login banner image
-error.404 Changes the image of error Page not found
-error.403 Changes the image of error Forbidden
-error.500 Changes the image of error Internal Server Error.
-========== ==================================================
+=============================
================================================================
+Property Description
+=============================
================================================================
+apiBase Changes the suffix for the API endpoint
+docBase Changes the base URL for the documentation
+appTitle Changes the title of the portal
+footer Changes the footer text
+loginFooter Configure to display text (HTML) in the footer
at the login screen.
+logo Changes the logo top-left side image
+banner Changes the login banner image
+error.404 Changes the image of error Page not found
+error.403 Changes the image of error Forbidden
+error.500 Changes the image of error Internal Server Error.
+=============================
================================================================
.. parsed-literal::
@@ -205,6 +206,7 @@ error.500 Changes the image of error Internal Server Error.
"docBase": "http://docs.cloudstack.apache.org/en/latest",
"appTitle": "CloudStack",
"footer": "Licensed under the <a href='http://www.apache.org/licenses/'
target='_blank'>Apache License</a>, Version 2.0.",
+ "loginFooter": "By logging, you are accepting the <a
href='https://www.apache.org/foundation/policies/privacy.html'>usage
policy</a>",
"logo": "assets/logo.svg",
"banner": "assets/banner.svg",
"error": {