mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-02 05:43:02 +02:00
This allows us to show empty values easier, while not affecting the if statements. This allows for a greater flexibility in which values are shown and not. For example, we want to show empty columns for data that the user adds/removes, such as IP addresses. ... ipv4 addresses : ... However, we don't want to show empty columns for information that should never exist for a particular interface type. Signed-off-by: Richard Alpe <richard@bit42.se>