2.1.5 widescreen patch - multiple columns on dashboard
-
Yes, thank you very much for this patch.
As a suggestion, would it be easy to move the Add column / Delete column buttons so that they are inline with the other buttons?
-
if you want to.
line 111 of the "/usr/local/www/themes/pfsense_ng_fs/loader.js"
jQuery(' ![](\"./themes/pfsense_ng_fs/images/icons/icon_plus.gif\"/) Add column ![](\"./themes/pfsense_ng_fs/images/icons/icon_x.gif\"/) Delete column ').insertBefore('#niftyOutter.fakeClass');
try removing the
at the begining of the line.
jQuery('![](\"./themes/pfsense_ng_fs/images/icons/icon_plus.gif\"/) Add column ![](\"./themes/pfsense_ng_fs/images/icons/icon_x.gif\"/) Delete column ').insertBefore('#niftyOutter.fakeClass');
-
Does this
-
Had a quick fiddle. No obvious way. Could put them infront and inline of the other 2 icons. But that isn't straight forward either
-
Thanks for your effort anyway.
-
I have tried it and I am still getting an issue where the Help tab is right below the System tab. Is there any way that I could just remove help for the time being? This is preventing me from accessing option on the System menu.
![screen issue.png](/public/imported_attachments/1/screen issue.png)
![screen issue.png_thumb](/public/imported_attachments/1/screen issue.png_thumb) -
Just change the font in your browser to Tahoma or change the default size to .9
-
Thanks, that fixed that problem…
-
Youre welcome!
-
Go to system > patches and apply this commit:
https://github.com/CharlieMarshall/pfsense/commit/2b5c16b9c6ee3dcb9a1333b44949f48024eb3cd0
-
It has been added…
-
Charlie, is there a way to fix the picture widget using a 4 column dashboard? Using a picture that is 350 x 350, but the picture doesnt fill up the width of the column. Using a larger or smaller pic just causes the pic to zoom in or out respectively without filling up the column width.
This is only with 2.1.5. On my 2.2 Alpha box, the picture fills up the width of the column properly.
-
Yes. As I said in my opening post. I have not included all he changes here which are in 2.2. If I have some spare time today, I'll back port the fix to 2.1.5 and upload it here
-
AWESOME!
-
@AhnHEL - Was a super simple fix:
Apply via:
-
System patches using commit:
https://github.com/CharlieMarshall/pfsense/commit/7a775e8bf1a4771ee8d0217a2f66d415f9abc302 -
Or make the necessary changes yourself via GUI > edit file
-
Or paste the whole file into the broswer via GUI > edit file: https://raw.githubusercontent.com/CharlieMarshall/pfsense/7a775e8bf1a4771ee8d0217a2f66d415f9abc302/usr/local/www/widgets/widgets/picture.widget.php
Edit: You are not limited to 350 x 350, all images should hopefully now scale
-
-
Would it be possible to get this a package for 2.1.5 since its ready and works fine??
Could it be done easily?
-
I read the documentation a while ago about packages and I got really confused :o
If someone wants to do it then i'll happily provide the files.
-
So could I get widescreen under 2.1.4 by just appling the patch https://github.com/CharlieMarshall/pfsense/commit/7a775e8bf1a4771ee8d0217a2f66d415f9abc302 ?
-
Yes. As I said in my opening post. I have not included all he changes here which are in 2.2.
Totally missed that part.
Much appreciated for your fix, thank you sir. Works perfectly. 8)
-
So could I get widescreen under 2.1.4 by just appling the patch
Yes. I'm running it under 2.1.4.