Dashboard is Possessed
-
On the latest snapshot I attempted to add a widget using the + button. It added ok but I noticed that it also added a second "gateway" widget. I deleted them both, they appeared to delete but when I saved and the screen refreshed, It added another gateway widget. Every change I attempt to make the gateway widgets keep multiplying? I have like 6 now.
Theres is also two entrys for Gateway in the add widget window when the + button is pressed
I restored my config from backup and all was normal until I attempted to add widgets to the dashboard… same results
This happens in both IE and Firefox..
-
Can someone verify this issue?
-
Can someone verify this issue?
try to do it yourself.
The Captive Portal has broken for nearly a week, no one give me a reason, or even some advise.
I was wondering if any of the developer monitoring this forum. -
They do and most probably know about the problem.
You're not entitled to an explanation why something isn't working.
This is beta software and not a commercial end-product where you can expect support. -
On the latest snapshot I attempted to add a widget using the + button. It added ok but I noticed that it also added a second "gateway" widget. I deleted them both, they appeared to delete but when I saved and the screen refreshed, It added another gateway widget. Every change I attempt to make the gateway widgets keep multiplying? I have like 6 now.
Theres is also two entrys for Gateway in the add widget window when the + button is pressed
I restored my config from backup and all was normal until I attempted to add widgets to the dashboard… same results
This happens in both IE and Firefox..
I can't reproduce this, but just because I can't reproduce it doesn't mean it isn't happening of course, there have been other historical problems on the dashboard that only happen with specific ordering of certain widgets. So in order to properly reproduce it, I'll need to know exactly what order your widgets display in the GUI.
I'll need to see screenshots (before and after if possible) and if you can show me the line for dashboard widgets in your config that would also help.
The easiest way to get the widget squence would be to do a config diff: Diagnostics > Backup/Restore, Config History tab, select a revision before and after a widget save, and press the Diff button. It should show you exactly what changed in the widget ordering, such as:
<widgets>- <sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:show,gmirror_status-container:col1:close,installed_packages-container:col1:close,interfaces-container:col2:show,ipsec-container:col2:close,load_balancer_status-container:col2:show,picture-container:col2:close,rss-container:col2:close,gateways-container:col2:show,log-container:col2:show,openvpn-container:col2:show,services_status-container:col2:show,traffic_graphs-container:col2:show,interface_statistics-container:col2:show</sequence> + <sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:show,gmirror_status-container:col1:close,installed_packages-container:col1:close,interfaces-container:col2:show,ipsec-container:col2:close,load_balancer_status-container:col2:close,picture-container:col2:close,rss-container:col2:close,gateways-container:col2:show,log-container:col2:show,openvpn-container:col2:show,services_status-container:col2:show,traffic_graphs-container:col2:show,interface_statistics-container:col2:show</sequence> <traffic_graphs-config>WAN_graph-config:show,LAN_graph-config:hide,refreshInterval=6</traffic_graphs-config></widgets>
(That's the lines in the diff, the - is the old line, + is the new line)
-
Here you go. As requested
The extra gateway widget just stacks multiple times at the bottom of the right hand column, I'll try to get some screen caps later today.
what i find interesting is the fact that the dropdown menu that appears when the "+" is selected has two gateway entrys
Configuration diff from 9/20/10 12:48:50 to 9/20/10 12:48:59 --- /conf/backup/config-1285004930.xml 2010-09-20 12:48:59.000000000 -0500 +++ /conf/config.xml 2010-09-20 12:48:59.000000000 -0500 @@ -1170,11 +1170,11 @@ <widgets>- <sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:close,gmirror_status-container:col1:close,installed_packages-container:col1:close,openvpn-container:col1:show,gateways-container:col2:close,interfaces-container:col2:show,ipsec-container:col2:close,load_balancer_status-container:col2:close,log-container:col2:close,picture-container:col2:close,rss-container:col2:close,services_status-container:col2:close,traffic_graphs-container:col2:close,interface_statistics-container:col2:show,gateways-container:col2:close,gateways-container:col2:close</sequence> + <sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:close,gmirror_status-container:col1:close,installed_packages-container:col1:close,openvpn-container:col1:show,gateways-container:col2:show,interfaces-container:col2:show,ipsec-container:col2:close,load_balancer_status-container:col2:close,log-container:col2:close,picture-container:col2:close,rss-container:col2:close,services_status-container:col2:close,traffic_graphs-container:col2:close,interface_statistics-container:col2:show,gateways-container:col2:show,gateways-container:col2:show,gateways-container:col2:show</sequence> <traffic_graphs-config>WAN_graph-config:show,LAN_graph-config:hide,OPT1_graph-config:hide,refreshInterval=10</traffic_graphs-config></widgets> <revision>- <time>1285004930</time> + <time>1285004939</time> <username>admin</username></revision>
-
Problem resolved I believe. there was an extra widget in the widget directory with an .orig extension. Probably residuals from a gitsync or something
Thanks