@@ -154,6 +154,11 @@ The FireEdge server configuration file can be found in ``/etc/one/fireedge-serve
154
154
+-------------------------------------------+-------------------------------------------+------------------------------------------------------+
155
155
| ``keep_me_logged_in `` | ``true `` | True to display 'Keep me logged in' option |
156
156
+-------------------------------------------+-------------------------------------------+------------------------------------------------------+
157
+ | ``currentTimeZone `` | | Time Zone |
158
+ +-------------------------------------------+-------------------------------------------+------------------------------------------------------+
159
+ | ``rowStyle `` | | Changes the style of rows in databables, values can |
160
+ | | | be ``card `` or ``list ``. |
161
+ +-------------------------------------------+-------------------------------------------+------------------------------------------------------+
157
162
158
163
Once the server is initialized, it creates the file ``/var/lib/one/.one/fireedge_key ``, used to encrypt communication with Guacd.
159
164
@@ -205,6 +210,16 @@ The following example shows how you can change the logo to a generic linux one (
205
210
206
211
.. _fireedge_conf_guacamole :
207
212
213
+ Configure DataTables
214
+ --------------------------------------------------------------------------------
215
+ 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.
216
+
217
+ |fireedge_sunstone_list_datatable |
218
+
219
+ Each user can also do it from his configuration.
220
+
221
+ |fireedge_sunstone_setting_list_datatable |
222
+
208
223
Configure Guacamole
209
224
--------------------------------------------------------------------------------
210
225
@@ -282,3 +297,5 @@ If another service is using the port, you can change FireEdge configuration (``/
282
297
:width: 45%
283
298
.. |fireedge_sunstone_linux_drawer_logo | image :: /images/fireedge_drawer_linux_logo.png
284
299
:width: 45%
300
+ .. |fireedge_sunstone_list_datatable | image :: /images/sunstone_list_datatable.png
301
+ .. |fireedge_sunstone_setting_list_datatable | image :: /images/sunstone_setting_list_datatable.png
0 commit comments