Skip to content

Commit

Permalink
F OpenNebula/one#6718: add docs to change the style of rows fireedge
Browse files Browse the repository at this point in the history
  • Loading branch information
jloboescalona2 committed Sep 25, 2024
1 parent 41d78e9 commit 05b4346
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added source/images/sunstone_list_datatable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/sunstone_setting_list_datatable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,11 @@ The FireEdge server configuration file can be found in ``/etc/one/fireedge-serve
+-------------------------------------------+-------------------------------------------+------------------------------------------------------+
| ``keep_me_logged_in`` | ``true`` | True to display 'Keep me logged in' option |
+-------------------------------------------+-------------------------------------------+------------------------------------------------------+
| ``currentTimeZone`` | | Time Zone |
+-------------------------------------------+-------------------------------------------+------------------------------------------------------+
| ``rowStyle`` | | Changes the style of rows in databables, values can |
| | | be ``card`` or ``list``. |
+-------------------------------------------+-------------------------------------------+------------------------------------------------------+

Once the server is initialized, it creates the file ``/var/lib/one/.one/fireedge_key``, used to encrypt communication with Guacd.

Expand Down Expand Up @@ -205,6 +210,16 @@ The following example shows how you can change the logo to a generic linux one (

.. _fireedge_conf_guacamole:

Configure DataTables
--------------------------------------------------------------------------------
You can change the style of the rows depending on your preferences. in case they are changed in the fireedge-server.conf file. this change will be priority. and it will adjust the view to all users.

|fireedge_sunstone_list_datatable|

Each user can also do it from his configuration.

|fireedge_sunstone_setting_list_datatable|

Configure Guacamole
--------------------------------------------------------------------------------

Expand Down Expand Up @@ -282,3 +297,5 @@ If another service is using the port, you can change FireEdge configuration (``/
:width: 45%
.. |fireedge_sunstone_linux_drawer_logo| image:: /images/fireedge_drawer_linux_logo.png
:width: 45%
.. |fireedge_sunstone_list_datatable| image:: /images/sunstone_list_datatable.png
.. |fireedge_sunstone_setting_list_datatable| image:: /images/sunstone_setting_list_datatable.png

0 comments on commit 05b4346

Please sign in to comment.