Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    2.1.5 widescreen patch - multiple columns on dashboard

    Scheduled Pinned Locked Moved webGUI
    41 Posts 13 Posters 13.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • KOMK
      KOM
      last edited by

      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?

      Menu2.png_thumb
      Menu1.png
      Menu2.png
      Menu1.png_thumb

      1 Reply Last reply Reply Quote 0
      • C
        charlie0440
        last edited by

        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');
        
        
        1 Reply Last reply Reply Quote 0
        • S
          Supermule Banned
          last edited by

          Does this

          Capture1.PNG
          Capture1.PNG_thumb

          1 Reply Last reply Reply Quote 0
          • C
            charlie0440
            last edited by

            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

            1 Reply Last reply Reply Quote 0
            • KOMK
              KOM
              last edited by

              Thanks for your effort anyway.

              1 Reply Last reply Reply Quote 0
              • K
                kcallis
                last edited by

                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)

                1 Reply Last reply Reply Quote 0
                • S
                  Supermule Banned
                  last edited by

                  Just change the font in your browser to Tahoma or change the default size to .9

                  1 Reply Last reply Reply Quote 0
                  • K
                    kcallis
                    last edited by

                    Thanks, that fixed that problem…

                    1 Reply Last reply Reply Quote 0
                    • S
                      Supermule Banned
                      last edited by

                      Youre welcome!

                      1 Reply Last reply Reply Quote 0
                      • C
                        charlie0440
                        last edited by

                        @kcallis

                        Go to system > patches and apply this commit:

                        https://github.com/CharlieMarshall/pfsense/commit/2b5c16b9c6ee3dcb9a1333b44949f48024eb3cd0
                        
                        1 Reply Last reply Reply Quote 0
                        • K
                          kcallis
                          last edited by

                          It has been added…

                          1 Reply Last reply Reply Quote 0
                          • AhnHELA
                            AhnHEL
                            last edited by

                            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.

                            pfPic.jpg
                            pfPic.jpg_thumb

                            AhnHEL (Angel)

                            1 Reply Last reply Reply Quote 0
                            • C
                              charlie0440
                              last edited by

                              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

                              1 Reply Last reply Reply Quote 0
                              • S
                                Supermule Banned
                                last edited by

                                AWESOME!

                                1 Reply Last reply Reply Quote 0
                                • C
                                  charlie0440
                                  last edited by

                                  @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

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    Supermule Banned
                                    last edited by

                                    Would it be possible to get this a package for 2.1.5 since its ready and works fine??

                                    Could it be done easily?

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      charlie0440
                                      last edited by

                                      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.

                                      1 Reply Last reply Reply Quote 0
                                      • RonpfSR
                                        RonpfS
                                        last edited by

                                        So could I get widescreen under 2.1.4 by just appling the patch https://github.com/CharlieMarshall/pfsense/commit/7a775e8bf1a4771ee8d0217a2f66d415f9abc302 ?

                                        2.4.5-RELEASE-p1 (amd64)
                                        Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                                        Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                                        1 Reply Last reply Reply Quote 0
                                        • AhnHELA
                                          AhnHEL
                                          last edited by

                                          @charlie0440:

                                          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)

                                          AhnHEL (Angel)

                                          1 Reply Last reply Reply Quote 0
                                          • KOMK
                                            KOM
                                            last edited by

                                            So could I get widescreen under 2.1.4 by just appling the patch

                                            Yes.  I'm running it under 2.1.4.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.