Actions
Bug #6363
closed
BM
BM
AutoConfigBackup Restore Actions column missing due to long XMLRPC sync merge strings in the configuration description
Bug #6363:
AutoConfigBackup Restore Actions column missing due to long XMLRPC sync merge strings in the configuration description
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
