[UI] Remove magic numbers
A terminal UI for Docker Swarm that makes cluster state easier to see,
Brought to you by:
swarmcli
Originally created by: clangenb
We have some magic numbers in the code (e.g. box margins, paddings) that are even used repeatetly for the same thing. We need to introduce global constants, or a repository for these things.