-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Is your feature request related to a problem? If so, please describe.
The problem is when adding widgets that are for default view display purposes only (i.e. glances CPU usage) they are then provided links in the workspace view. Currently there is no option to hide those widgets from being displayed in workspace as an icon on the left, when they are not needed and just clutter the side.
Describe the solution you'd like
To provide a configuration option for displayData which modifies and configures what is viewable in the workspace area, such as:
sections:
- name: Server 1 CPU Usage History
icon: fas fa-chart-area
displayData:
cols: 2
itemSize: medium
hideFromWorkspace: true
With the hideFromWorkspace being an option to hide the item so that unwanted widgets don't clutter the left workspace icon area.
Priority
Medium (Would be very useful)
Is this something you would be keen to implement
Note: I am currently working on a pull request for this feature right now. I am going to test this in production and then submit a pull request with this change implemented.