Skip to content

Commit

Permalink
F OpenNebula/one#6673: Spell errors
Browse files Browse the repository at this point in the history
Signed-off-by: dcarracedo <[email protected]>
  • Loading branch information
dcarracedo committed Oct 8, 2024
1 parent 87c0308 commit a37b24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/management_and_operations/references/template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ In Sunstone, the ``USER_INPUTS`` can be ordered with the mouse.

.. _template_user_inputs_metadata:

``USER_INPUTS_METADATA`` provides the template creator with the possibility to add titles and descriptions to the user inputs. To understand how Sunston renders user inputs metadata, :ref:`see User Inputs in Sunstone <vm_guide_user_inputs_sunstone>`.
``USER_INPUTS_METADATA`` provides the template creator with the possibility to add titles and descriptions to the user inputs. To understand how Sunstone renders user inputs metadata, :ref:`see User Inputs in Sunstone <vm_guide_user_inputs_sunstone>`.

.. note:: ``USER_INPUTS_METADATA`` only will be used in Sunstone, not in others components of OpenNebula.

Expand All @@ -1314,7 +1314,7 @@ In Sunstone, the ``USER_INPUTS`` can be ordered with the mouse.
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``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. |
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| ``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 tooltip in the Sunstone group. |
| ``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. |
+-----------------+-----------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Example:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Due to the elements with TYPE equal to APP, BLOG tab has title Blog and MYSQL ta

|sunstone_user_inputs_metadata_1|

Due to the elements with TYPE equal to GROUP, CONFIG group has title Configuration and ADDITIONAL group has title Additional parameters (TTILE attribute). Also, due to these elements Sunstone shows a tooltip in both groups (DESCRIPTION attribute):
Due to the elements with TYPE equal to GROUP, CONFIG group has title Configuration and ADDITIONAL group has title Additional parameters (TTILE attribute). Also, due to these elements Sunstone shows a info text in both groups (DESCRIPTION attribute):

|sunstone_user_inputs_metadata_2|

Expand Down

0 comments on commit a37b24b

Please sign in to comment.