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

Also available in: Atom PDF