Skip to content

Commit 0442367

Browse files
authored
Update primate.rst
minor formatting changes and fixed typos
1 parent 36fe46b commit 0442367

1 file changed

Lines changed: 25 additions & 25 deletions

File tree

source/installguide/primate.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ Example nginx config:
138138
139139
Basic Customization in CloudStack Primate
140140
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
142142

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:
144144

145145
.. parsed-literal::
146146
@@ -154,13 +154,13 @@ To change the logo,login banner,error page icon, etc. the following details can
154154
155155
where,
156156

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.
162162

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:
164164

165165
.. parsed-literal::
166166
@@ -189,22 +189,22 @@ Customization of themes is also possible, such as, modifying banner width, gener
189189
190190
where,
191191

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.
208208

209209
Some assorted primary theme colours:
210210

@@ -234,4 +234,4 @@ Known Issues and Missing Features
234234
- Regions
235235
- Guest network LB support for SSL certificate
236236

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

Comments
 (0)