Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add docs on new data-hide behaviour #1025

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ instructs the webpage to hide the ``cuda_version`` when the ``standard``
By forcing a value after hiding it you can ensure that the correct values
are being passed to the server.

.. tip::

In addition to setting the value to ``true`` to hide the form item, in 4.0
you can also specify ``false`` to show the form item.

.. code-block:: yaml
:emphasize-lines: 7

Expand Down
9 changes: 9 additions & 0 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ New Features
- `noVNC quality and compression defaults`_
- `Batch connect sessions poll delay`_
- `System Status application`_
- `data-hide directives now respond to false`_
- `User mapping now accepts UIDs`_
- `Interactive apps can have a text header`_
- `Remove runtime dependency on SCL`_
Expand Down Expand Up @@ -332,6 +333,14 @@ for more details.

Visit :ref:`disabling_applications` to disable this application.

data-hide directives now respond to false
.........................................

``data-hide`` directives now respond to both ``true`` to hide
the form item or ``false`` to show the form item.

Responding to ``false`` is new in 4.0.

User mapping now accepts UIDs
.............................

Expand Down