mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 03:25:04 +00:00
NIFI-4839 - The "Disabled" column had incorrect size and skewed the header
This commit is contained in:
parent
1911635a3a
commit
2fd24b78e6
@ -61,7 +61,7 @@ public class ProcessGroupsResult extends AbstractWritableResult<List<ProcessGrou
|
||||
.column("Id", 36, 36, false)
|
||||
.column("Running", 7, 7, false)
|
||||
.column("Stopped", 7, 7, false)
|
||||
.column("Disabled", 7, 7, false)
|
||||
.column("Disabled", 8, 8, false)
|
||||
.column("Invalid", 7, 7, false)
|
||||
.build();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user