Bug #6363
closedAutoConfigBackup Restore Actions column missing due to long XMLRPC sync merge strings in the configuration description
0%
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
Updated by Kill Bill almost 8 years ago
Hmmm, wraps into multiple lines just fine here.
Updated by Kill Bill almost 8 years ago
Wraps just fine without any CSS, as seen on the screenshot. Close, please.
Updated by Kill Bill about 7 years ago
As noted above, wraps and works just fine on multiple boxes with Chrome, nothing invisible anywhere.
Updated by Brett Merrick about 7 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?
Updated by Brett Merrick about 7 years ago
- File Screen Shot 2017-08-28 at 1.18.28 PM.png Screen Shot 2017-08-28 at 1.18.28 PM.png added
- File Screen Shot 2017-08-28 at 1.21.19 PM.png Screen Shot 2017-08-28 at 1.21.19 PM.png added
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.
Updated by Kill Bill about 7 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
Updated by Jim Pingle about 7 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.