You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/installguide/primate.rst
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,9 @@ Example nginx config:
138
138
139
139
Basic Customization in CloudStack Primate
140
140
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141
-
Users can now customize the CloudStack's user interface by means of a configutaion file at /usr/share/cloudstack-management/webapp/primate/config.json can be used to modify the theme, logos, etc. to align to one's requirement.
141
+
Users can now customize the CloudStack's user interface by means of a configuration file at /usr/share/cloudstack-management/webapp/primate/config.json which can be used to modify the theme, logos, etc. to align to one's requirement.
142
142
143
-
To change the logo,login banner,error page icon, etc. the following details can be editted in config.json:
143
+
To change the logo,login banner,error page icon, etc. the following details can be edited in config.json:
144
144
145
145
.. parsed-literal::
146
146
@@ -154,13 +154,13 @@ To change the logo,login banner,error page icon, etc. the following details can
154
154
155
155
where,
156
156
157
-
- logo changes the logo top-left side image.
158
-
- banner changes the login banner image.
159
-
- error.404 change the image of error Page not found.
160
-
- error.403 change the image of error Forbidden.
161
-
- error.500 change the image of error Internal Server Error.
157
+
- logo: changes the logo top-left side image.
158
+
- banner: changes the login banner image.
159
+
- error.404: changes the image of error Page not found.
160
+
- error.403: changes the image of error Forbidden.
161
+
- error.500: changes the image of error Internal Server Error.
162
162
163
-
Customization of themes is also possible, such as, modifying banner width, general color, etc. Thsi can be done by editting the "theme" section of the config.json file:
163
+
Customization of themes is also possible, such as, modifying banner width, general color, etc. This can be done by editing the "theme" section of the config.json file:
164
164
165
165
.. parsed-literal::
166
166
@@ -189,22 +189,22 @@ Customization of themes is also possible, such as, modifying banner width, gener
189
189
190
190
where,
191
191
192
-
- @primary-color change the major background color of the page (background button, icon hover, etc).
193
-
- @success-color change success state color.
194
-
- @processing-color change processing state color. Exp: progress status.
195
-
- @warning-color change warning state color.
196
-
- @error-color change error state color.
197
-
- @heading-color change table header color.
198
-
- @text-color change in major text color.
199
-
- @text-color-secondary change of secondary text color (breadcrumb icon).
200
-
- @disabled-color change disable state color (disabled button, switch, etc).
201
-
- @border-color-base change in major border color.
202
-
- @logo-width change the width of the logo top-left side.
203
-
- @logo-height change the height of the logo top-left side.
204
-
- @banner-width changes the width of the login banner.
205
-
- @banner-height changes the height of the login banner.
206
-
- @error-width changes the width of the error image.
207
-
- @error-height changes the height of the error image.
192
+
- @primary-color: changes the major background color of the page (background button, icon hover, etc).
193
+
- @success-color: changes success state color.
194
+
- @processing-color: changes processing state color. Exp: progress status.
195
+
- @warning-color: changes warning state color.
196
+
- @error-color: changes error state color.
197
+
- @heading-color: changes table header color.
198
+
- @text-color: change in major text color.
199
+
- @text-color-secondary: change of secondary text color (breadcrumb icon).
200
+
- @disabled-color: disable state color (disabled button, switch, etc).
201
+
- @border-color-base: change in major border color.
202
+
- @logo-width: change the width of the logo top-left side.
203
+
- @logo-height: change the height of the logo top-left side.
204
+
- @banner-width: changes the width of the login banner.
205
+
- @banner-height: changes the height of the login banner.
206
+
- @error-width: changes the width of the error image.
207
+
- @error-height: changes the height of the error image.
208
208
209
209
Some assorted primary theme colours:
210
210
@@ -234,4 +234,4 @@ Known Issues and Missing Features
234
234
- Regions
235
235
- Guest network LB support for SSL certificate
236
236
237
-
Please also refer to open issues on https://github.com/apache/cloudstack-primate/issues
237
+
Please also refer to open issues on https://github.com/apache/cloudstack-primate/issues
0 commit comments