Bug #6363
closed
AutoConfigBackup Restore Actions column missing due to long XMLRPC sync merge strings in the configuration description
Added by Brett Merrick over 8 years ago.
Updated about 7 years ago.
Category:
Backup / Restore
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
Hmmm, wraps into multiple lines just fine here.
Wraps just fine without any CSS, as seen on the screenshot. Close, please.
As noted above, wraps and works just fine on multiple boxes with Chrome, nothing invisible anywhere.
- Status changed from New to Resolved
Sorry, latest version and issue still exists:
Looks like the issue might be the list of PFBlocker lists has no space in it?
Huh? This bug is about ACB.
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.
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
- 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.
Also available in: Atom
PDF