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

    CSS style problem with Status->System Logs->System->General

    Scheduled Pinned Locked Moved General pfSense Questions
    9 Posts 3 Posters 397 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.
    • O
      ohmantics
      last edited by

      After update to 24.11, there's some problem here making the log text not show up. The timestamp and process name are showing up fine. This is reproducible in both Safari and Chrome. Chrome has no extensions installed. Logs of other styles (Firewall, DHCP) render correctly.

      The log text is showing up in the relevant HTML <td> tags, so this seems like a CSS issue of some kind.

      Screenshot 2024-12-14 at 1.56.22 PM.png

      W O 2 Replies Last reply Reply Quote 0
      • W
        WN1X @ohmantics
        last edited by

        @ohmantics I am not seeing that here using Brave (chrome based) browser.

        O 1 Reply Last reply Reply Quote 0
        • O
          ohmantics @WN1X
          last edited by

          @WN1X I assume it's not 100% reproducible or they wouldn't have shipped the release.

          1 Reply Last reply Reply Quote 0
          • O
            ohmantics @ohmantics
            last edited by

            It also reproduces in Brave and Firefox.

            If it's not CSS, then perhaps it's something in the log text that is throwing off the HTML parsing?

            W 1 Reply Last reply Reply Quote 0
            • W
              WN1X @ohmantics
              last edited by

              @ohmantics You should ssh into your firewall and check the logs directly to see if anything "funny" is present that breaks displaying the entries correctly.

              O 1 Reply Last reply Reply Quote 0
              • O
                ohmantics @WN1X
                last edited by ohmantics

                Found it. From early boot, that "root@freebsd:/var/jenkins..." line is what's breaking rendering. It needs at least the "white-space: normal" style attribute added to render properly, but it looks like it's trying to put that text in the Process column.

                				<tr class="text-nowrap">
                					<td>
                						Dec 14 13:45:04					</td>
                					<td>
                						FreeBSD					</td>
                					<td>
                											</td>
                					<td style="word-wrap:break-word; word-break:break-all; white-space:normal">
                						clang version 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2e05e67)					</td>
                				</tr>
                				<tr class="text-nowrap">
                					<td>
                						Dec 14 13:45:04					</td>
                					<td>
                						root@freebsd:/var/jenkins/workspace/pfSense-Plus-snapshots-24_11-main/obj/amd64/AKWlAIiM/var/jenkins/workspace/pfSense-Plus-snapshots-24_11-main/sources/FreeBSD-src-plus-RELENG_24_11/amd64.amd64/sys/pfSense					</td>
                					<td>
                											</td>
                					<td style="word-wrap:break-word; word-break:break-all; white-space:normal">
                						amd64					</td>
                				</tr>
                				<tr class="text-nowrap">
                					<td>
                						Dec 14 13:45:04					</td>
                					<td>
                						FreeBSD					</td>
                					<td>
                											</td>
                					<td style="word-wrap:break-word; word-break:break-all; white-space:normal">
                						15.0-CURRENT #0 plus-RELENG_24_11-n256407-1bbb3194162: Fri Nov 22 05:08:46 UTC 2024					</td>
                				</tr>
                
                O 1 Reply Last reply Reply Quote 0
                • O
                  ohmantics @ohmantics
                  last edited by

                  Now that I look closer, the first several lines of the boot are parsed into columns incorrectly.

                  O 1 Reply Last reply Reply Quote 0
                  • O
                    ohmantics @ohmantics
                    last edited by

                    And the reason it's not reproducing for others is likely that they booted more than 500 entries ago. I've just updated from 24.03 to 24.11.

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by

                      It's this: https://redmine.pfsense.org/issues/15411

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