Actions
Feature #4676
closedMore readable output of collections in base output adapter
Description
Current output of collections is not very readable. It is difficult to distinguish where the records end.
See example of listing interfaces from host info:
Managed Network Interfaces: Id: 2 Name: interface_1 IP: 1.2.3.86 MAC: aa:bb:cc:dd:ee:33 Id: 3 Name: interface_2 IP: 1.2.3.84 MAC: aa:bb:cc:dd:ee:11
We should find a way of dividing the records visually.
Actions