Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
15.1 Legacy Series
»
[SOLVED] Cannot add widget to dashboard 15.1.10.2
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] Cannot add widget to dashboard 15.1.10.2 (Read 27554 times)
philamonster
Newbie
Posts: 15
Karma: 5
[SOLVED] Cannot add widget to dashboard 15.1.10.2
«
on:
May 15, 2015, 09:43:56 pm »
OPNsense 15.1.10.2-amd64
FreeBSD 10.1-RELEASE-p9
OpenSSL 1.0.1m 19 Mar 2015
After upgrading from 15.1.10.1 to 15.1.10.2 I can no longer add widgets to dashboard. I am presented with the dialog to select widgets but the whole screen is greyed out as opposed to just the background being greyed out, as seen here:
https://wiki.opnsense.org/index.php/File:0012-widget_menu.png
I have attached what I see. I have tried on Windows & OSX in IE, Safari & FF.
«
Last Edit: May 18, 2015, 04:14:09 pm by franco
»
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: Cannot add widget to dashboard 15.1.10.2
«
Reply #1 on:
May 15, 2015, 10:45:10 pm »
bug tracker issue:
https://github.com/opnsense/core/issues/180
no fix in the git yet, but will be part of 15.1.10.3 or 15.1.11 whichever comes first.
Logged
philamonster
Newbie
Posts: 15
Karma: 5
Re: Cannot add widget to dashboard 15.1.10.2
«
Reply #2 on:
May 16, 2015, 01:16:36 pm »
Thanks for the update.
Logged
reep
Jr. Member
Posts: 68
Karma: 8
Re: Cannot add widget to dashboard 15.1.10.2
«
Reply #3 on:
May 18, 2015, 03:12:48 pm »
Just posted a potential fix on github.
something vaguely like this :
/usr/local/www/themes/opnsense/build/css/main.css
diff -ruN main.css.old main.css
--- main.css.old 2015-05-18 14:45:50.000000000 +0200
+++ main.css 2015-05-18 14:43:33.000000000 +0200
@@ -4810,7 +4810,8 @@
.modal-dialog {
position: relative;
width: auto;
- margin: 62px 10px 10px 10px;
+ margin: 62px 10px 10px 10px;
+ z-index:10000;
}
.modal-content {
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: Cannot add widget to dashboard 15.1.10.2
«
Reply #4 on:
May 18, 2015, 04:13:41 pm »
Thanks John, the fix has been added via
https://github.com/opnsense/core/commit/8c43a733bfd124936254f2a9b39a3590aa075b00
(needed to go into the scss file as well to stay permanent)
Will ship this with tomorrow's 15.1.11.
Logged
philamonster
Newbie
Posts: 15
Karma: 5
Re: [SOLVED] Cannot add widget to dashboard 15.1.10.2
«
Reply #5 on:
May 27, 2015, 12:45:05 pm »
This issue is still present with 15.1.11.1.
EDIT: False alarm. A restart of Fx and it works. Safari also working. Thanks!
«
Last Edit: May 27, 2015, 12:48:51 pm by philamonster
»
Logged
Aergan
Jr. Member
Posts: 54
Karma: 9
Re: [SOLVED] Cannot add widget to dashboard 15.1.10.2
«
Reply #6 on:
May 28, 2015, 12:45:26 am »
Working for me now as well, many thanks
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
15.1 Legacy Series
»
[SOLVED] Cannot add widget to dashboard 15.1.10.2