Project

General

Profile

Actions

Bug #6363

closed

AutoConfigBackup Restore Actions column missing due to long XMLRPC sync merge strings in the configuration description

Added by Brett Merrick almost 8 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Backup / Restore
Target version:
Start date:
05/17/2016
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All

Description

On a backup firewall in an HA cluster, when the backup has been triggered by a merged-in config the "Configuration Change" text can be very long.

On Google Chrome this forces the "Actions" column to be invisible.

The following css resolves the issue, although I'm not sure if it belongs in the core or the package:

table#backups {
table-layout: fixed;
word-wrap: break-word;
}


Files

Actions #1

Updated by Kill Bill over 7 years ago

Hmmm, wraps into multiple lines just fine here.

Actions #2

Updated by Kill Bill about 7 years ago

Wraps just fine without any CSS, as seen on the screenshot. Close, please.

Actions #3

Updated by Kill Bill over 6 years ago

As noted above, wraps and works just fine on multiple boxes with Chrome, nothing invisible anywhere.

Actions #4

Updated by Jim Pingle over 6 years ago

  • Status changed from New to Resolved
Actions #5

Updated by Brett Merrick over 6 years ago

Sorry, latest version and issue still exists:

Looks like the issue might be the list of PFBlocker lists has no space in it?

Actions #6

Updated by Kill Bill over 6 years ago

Huh? This bug is about ACB.

Actions #7

Updated by Brett Merrick over 6 years ago

Sure,

ACB has a problem displaying messages with long strings of text without spaces.

PFBlocker generates messages that contain long strings of text without spaces.

I have suggested a fix that will accommodate any package that generates messages with long strings of text without spaces by allowing the message to "break-word".

Here is another example of a message that doesn't wrap, and with it a screengrab after the css is added.

Actions #8

Updated by Kill Bill over 6 years ago

Yeah, you have suggested a fix for an issue that noone could reproduce due to bad description and the screenshots coming 15 months late. :-P

Besides, I'd say the issue would be better avoided by not using such craptastic format for log messages: https://github.com/pfsense/pfsense/pull/3809

Actions #9

Updated by Jim Pingle over 6 years ago

  • Project changed from pfSense Packages to pfSense
  • Subject changed from AutoConfigBackup Restore Actions column missing to AutoConfigBackup Restore Actions column missing due to long XMLRPC sync merge strings in the configuration description
  • Category set to Backup / Restore
  • Assignee set to Brett Merrick
  • Target version set to 2.4.0
  • Affected Version set to All
  • Affected Architecture All added
  • Affected Architecture deleted ()

Fixed description, PR was merged.

Actions

Also available in: Atom PDF