OPNsense Forum

English Forums => 24.7, 24.10 Legacy Series => Topic started by: waxhead on July 28, 2024, 09:06:52 AM

Title: New dashboard widgets
Post by: waxhead on July 28, 2024, 09:06:52 AM
Hi,

Just a little bit of feedback

1. BUG: On the first load, many widgets display "failed to load widget". If I refresh the page it (often) works.

2. BUG: The services widget does not seem to remember when I resize it (to my knowledge, all other widgets does).

3. Feature request: Would it be possible to compact the text a bit on some of the widgets (services, interfaces etc)? Less padding around text would make for a more relaxing and tidy view, and more information on screen - especially on the services widget.

4. Feature request: Widgets that can be resized does not show any clue that it can be reiszed

5. Feature request: The firewall widget has two modes, text mode and graphical "cake" mode which is not apparent - how about splitting them into two separate widgets?

6. Comment: While the new changes are welcome, I miss the old system information widget that compressed a lot of info in one widget without the need to launch multiple widgets.

7. Feature request : The underline of the headers seems to take it's own text line and consumes a lot of horizontal space. How about changing this:

header
---------
info,info,info

to this

header
info,info,info

instead?
Title: Re: New dashboard widgets
Post by: geotek on August 12, 2024, 06:21:48 PM
I fully agree with waxhead. In my opinion the new widgets are fun to play around with, but for commercial use they are a step backward.

Some suggestions:


Please don't get me wrong, I am very enthusiastic about OPNsense, but these new widgets are just not yet ready for prime time.
Title: Re: New dashboard widgets
Post by: Monviech (Cedrik) on August 12, 2024, 06:58:31 PM
If you check "System - Configuration - Backups" you can check the restore areas, there Dashboard exists. So I think you could import it from a backup.

It also exists for the XMLRPC Sync for HA.

There is still some tweaking done to make the UX better. Check out github where there are a few open Dashboard tickets. Feel free to add an issue there if you would like something improved, it makes it easier to track.

https://github.com/opnsense/core/issues
Title: Re: New dashboard widgets
Post by: a40ozofmickeys on August 12, 2024, 07:29:48 PM
Quote from: Monviech on August 12, 2024, 06:58:31 PM
If you check "System - Configuration - Backups" you can check the restore areas, there Dashboard exists. So I think you could import it from a backup.

It also exists for the XMLRPC Sync for HA.

There is still some tweaking done to make the UX better. Check out github where there are a few open Dashboard tickets. Feel free to add an issue there if you would like something improved, it makes it easier to track.

https://github.com/opnsense/core/issues

Are you saying I can stay on this latest version and rever to the old dashboard? I highly, highly prefer it. I would love an option to use legacy dashboard
Title: Re: New dashboard widgets
Post by: Monviech (Cedrik) on August 12, 2024, 08:23:13 PM
No I did not say that. I just answered the prior poster about the ability to backup and restore the current dashboard.
Title: Re: New dashboard widgets
Post by: holocron on August 12, 2024, 09:58:01 PM
Yes, I posted this elsewhere. Formatting issue on Temps widget.

(https://i.imgur.com/c6n2D13.png)
Title: Re: New dashboard widgets
Post by: voideris on August 14, 2024, 01:00:35 AM
Interface statistics widget while pretty and colourfull pie chart it is useless. You need to hover over the sections to see statistics, in smaller forms does not even show which interface is which colour.
The update may be progressive from the point of coding the widgets and usage of the router resources but from standpoint of actual usefulness it is a huge downgrade.
Another problem is that current dashboard is sluggish, I experience hiccups that take 3-5 seconds from time to time. I don't think this is ready to put into a release.
Title: Re: New dashboard widgets
Post by: franco on August 14, 2024, 07:14:18 AM
https://github.com/opnsense/core/issues/7766
Title: Re: New dashboard widgets
Post by: 36thchamber on August 20, 2024, 04:21:15 PM
I think the old dashboard was more functional, the new one is half baked but slightly more readable. My impression in 24.7.1:
1) like before, very slow, browser will eventually offer to kill the window which i didn't do before
2) no CPU or disk in system information widget (CPU worked, disk shown tooo many rows so it's ok to be replaced with the separate gauge)
3) CPU widget 4 charts, all empty, alternating between nothing and a flat orange line -> i'd prefer the gauge with only "total" info
4) Cannot click on the headers to go to the actual window, it is the nr.1 issue
5) Cannot resize many widgets, there's no chance to make a nice layout with aligned windows
6) settings are gone from most of the windows
7) Services widget is too long, 2 lines per item, it could have just one button on the right
8) Gateways, Wireguard also too long, either can't resize or not looking good in 2 column mode..some less important information like WG last timestamp or RTT could be compressed (small font, combining into mini table) or removed
9) Interfaces widget too long, should put IP to the right even in column window, this 2-5 line approach sucks
Title: Re: New dashboard widgets
Post by: hushcoden on August 20, 2024, 05:54:41 PM
+1 - the old dashboard was definitely more functional... I suspect it would be too much work to keep both the old one alongside the new one, leaving the user the choice to decide which one to use  ::)
Title: Re: New dashboard widgets
Post by: CloudHoppingFlowerChild on September 12, 2024, 08:09:55 AM
Quote from: Monviech on August 12, 2024, 06:58:31 PM
If you check "System - Configuration - Backups" you can check the restore areas, there Dashboard exists. So I think you could import it from a backup.


This dashboard option seems to be gone. I thought the Dashboard info might be in WebUI portion of the backup but that doesn't do it. Any idea what 'restore area' it's backed up in now?
Title: Re: New dashboard widgets
Post by: franco on September 12, 2024, 08:34:30 AM
It's anchored as a per-user setting now:

https://docs.opnsense.org/manual/dashboard.html#configuration

(see note below)


Cheers,
Franco
Title: Re: New dashboard widgets
Post by: juliocbc on January 02, 2025, 06:17:50 PM
Quote from: hushcoden on August 20, 2024, 05:54:41 PM+1 - the old dashboard was definitely more functional... I suspect it would be too much work to keep both the old one alongside the new one, leaving the user the choice to decide which one to use  ::)

We also had this need and created a very simple plugin to meet this requirement. I hope it helps!

https://github.com/cloudfence/opnsense-dashboard-legacy/tree/0.1 (https://github.com/cloudfence/opnsense-dashboard-legacy/tree/0.1)