Skip to content

Commit 5eecc2e

Browse files
committed
M #-: Spelling mistakes
Signed-off-by: dcarracedo <[email protected]>
1 parent 7d7c3ac commit 5eecc2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/management_and_operations/references/template.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,9 +1312,9 @@ In Sunstone, the ``USER_INPUTS`` can be ordered with the mouse.
13121312
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
13131313
| ``NAME`` | Yes | Name of the user input. It has to be an existing user input name in the same template. |
13141314
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1315-
| ``TITLE`` | No | In the case of ``APP`` is the text that will be showed to the user in a Sunstone tab. In the case of ``GROUP`` is the text that will be showed to the user in a Sunstone group. |
1315+
| ``TITLE`` | No | In the case of ``APP`` is the text that will be shown to the user in a Sunstone tab. In the case of ``GROUP`` is the text that will be showed to the user in a Sunstone group. |
13161316
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
1317-
| ``DESCRIPTION`` | No | In the case of ``APP`` is a text info note that will be showed in the APP tab. In the case of ``GROUP`` is the text that will be showed as info text in the Sunstone group. |
1317+
| ``DESCRIPTION`` | No | In the case of ``APP`` is a text info note that will be shown in the APP tab. In the case of ``GROUP`` is the text that will be showed as info text in the Sunstone group. |
13181318
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
13191319

13201320
Example:

source/management_and_operations/vm_management/vm_templates.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ In order to improve the user experience, Sunstone can render this user inputs in
190190

191191
.. _sunstone_layout_rules:
192192

193-
- User input name has to meet the following convention ``ONEAPP_<APP>_<GROUP>_<FIELD>`` where all the user inputs that meet this convention will be grouped by APP and GROUP. An APP will be render as a tab in Sunstone and a GROUP will group the user inputs that belong to this group.
194-
- If ``FIELD`` is the word ``ENABLED`` and the user input type is boolean, all the user inputs that has the same APP and GROUP will be hidden until the ENABLED user input is turn on.
195-
- If a user input not meet the convention, will be placed in a tab called Others.
193+
- User input name has to meet the following convention ``ONEAPP_<APP>_<GROUP>_<FIELD>`` where all the user inputs that meet this convention will be grouped by APP and GROUP. An APP will be rendered as a tab in Sunstone and a GROUP will group the user inputs that belong to this group.
194+
- If ``FIELD`` is the word ``ENABLED`` and the user input type is boolean, all the user inputs that have the same APP and GROUP will be hidden until the ENABLED user input is turn on.
195+
- If a user input not meet the convention, it will be placed in a tab called Others.
196196
- If all the user inputs do not meet the convention name, no tabs will be rendered (as the previous example).
197197

198198
So, if the previous template is modified as follows:

0 commit comments

Comments
 (0)