• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Thoughts and ideas

    Scheduled Pinned Locked Moved
    Announcements
    13
    46
    16.9k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      I’ll work on the darkening of the text color, that’s relatively easy.

      The reason I moved away from orange is I wanted fog to share a common set of color ranges. The idea is to be subtle, not pronounced. At least in my head.

      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

      1 Reply Last reply Reply Quote 1
      • adukes40A
        adukes40
        last edited by

        I personally like the page the way it is. (Still running 1.3.0).

        1 Reply Last reply Reply Quote 0
        • D
          davidedpg10
          last edited by

          I think perhaps having small text underneath the icons (not too intrusive) stating what they are (such as images, hosts, groups etc) could make it a bit nicer to navigate. just a thought. What do other people think about that?

          1 Reply Last reply Reply Quote 0
          • sudburrS
            sudburr
            last edited by

            I find the exaggerated shadows to slow down visual interpretation of the page.

            [ Standing in between extinction in the cold and explosive radiating growth ]

            george1421G 1 Reply Last reply Reply Quote 0
            • george1421G
              george1421 Moderator @sudburr
              last edited by

              @sudburr I got the same thing today. I updated to the working branch and ran into several problems trying to tell the difference between a text field and a button to click on (like when scheduling tasks). Some of the panels are sharp and look really good, others took me a minute to understand what I was doing.

              Its getting there, we just need to continue providing usage feedback for Tom.

              Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!

              1 Reply Last reply Reply Quote 1
              • Wayne WorkmanW
                Wayne Workman
                last edited by

                LOAD AVERAGE

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                Tom ElliottT 1 Reply Last reply Reply Quote 0
                • Tom ElliottT
                  Tom Elliott @Wayne Workman
                  last edited by

                  @Wayne-Workman ??? I don’t understand what you mean.

                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                  1 Reply Last reply Reply Quote 0
                  • ?
                    A Former User @Tom Elliott
                    last edited by

                    @Tom-Elliott I will try to load it next week.

                    One thing that I think would help it look better would be to make it where HTML elements don’t resize as they load. I suspect this is happening because images sizes are not set before they load, but I haven’t really dug into it.

                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @A Former User
                      last edited by

                      @loosus456 The whole idea of the “resize” stuff is because i want to get a system somewhat “responsive” feel.

                      The whole idea behind it is to be resizable so that you can use a single point on computer or mobile. I’m just not that smart 😞

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      ? 1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @Tom Elliott
                        last edited by

                        @Tom-Elliott I don’t think we’re talking about the same thing. What I’m talking about looks unintentional.

                        If you have an IMG element whose source image is, for example, 200x200 but its size is not set via the STYLE attribute, then the size of the IMG is essentially zero until the image loads. Then, it expands to 200x200 when the image loads. This gives the entire page a “shaky,” unstable look.

                        What do you mean by “use a single point on computer or mobile?” Do you mean that you want the same page on desktop and mobile and to dynamically adjust depending on the device used?

                        1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott
                          last edited by

                          How about this for a login page:
                          0_1495900228613_loginpage.png

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          1 Reply Last reply Reply Quote 3
                          • Tom ElliottT
                            Tom Elliott
                            last edited by

                            And this for dashboard:
                            0_1495915846215_dashboard.png

                            I’ve been working to move this into a “bootstrap” type system.

                            My basic works are right now off:
                            https://github.com/creativetimofficial/light-bootstrap-dashboard

                            As I work, I’ll end up making the code more my own, just this is how I’m basing the work currently.

                            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                            Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                            Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                            ? x23piracyX 2 Replies Last reply Reply Quote 4
                            • sudburrS
                              sudburr
                              last edited by

                              Hmmm … In the left column; lose the word management. It’s kinda, redundant. If home is the dashboard, call it dashboard or vice versa.

                              [ Standing in between extinction in the cold and explosive radiating growth ]

                              Wayne WorkmanW D 2 Replies Last reply Reply Quote 1
                              • ?
                                A Former User @Tom Elliott
                                last edited by

                                @Tom-Elliott Are you using media queries?

                                1 Reply Last reply Reply Quote 0
                                • Tom ElliottT
                                  Tom Elliott
                                  last edited by

                                  No, I’m working, slowly, in building in bootstrap.

                                  Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 0
                                  • Wayne WorkmanW
                                    Wayne Workman @sudburr
                                    last edited by

                                    @sudburr Agree.

                                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

                                    1 Reply Last reply Reply Quote 0
                                    • D
                                      davidedpg10 @sudburr
                                      last edited by

                                      @sudburr I agree. The proposed interface with navigation on the side is pretty sleek. But the word management is just a tad overused. It looks good though

                                      falkoF 1 Reply Last reply Reply Quote 0
                                      • falkoF
                                        falko Moderator @davidedpg10
                                        last edited by

                                        I also like the navigation on the side. Looks great and works well

                                        1 Reply Last reply Reply Quote 0
                                        • x23piracyX
                                          x23piracy @Tom Elliott
                                          last edited by

                                          @Tom-Elliott is it html5?

                                          ║▌║█║▌│║▌║▌█

                                          Tom ElliottT 1 Reply Last reply Reply Quote 0
                                          • falkoF
                                            falko Moderator
                                            last edited by

                                            Just going to throw this out there, (I may be alone on this one, If so I’ll keep quite) But having the search bar on the far right means to search I have to move the mouse quite a bit as the navigation and main menu for the pages is on the left.

                                            Also when trying to save the configuration, it does not ask for credentials like it does for exporting the reports.

                                            x23piracyX 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post

                                            269

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project