diff --git a/server/cli.js b/server/cli.js index 3672778..83cf0f3 100644 --- a/server/cli.js +++ b/server/cli.js @@ -14,7 +14,7 @@ const program = new Command(); const initTable = (head) => { return new Table({ head: [chalk.green('Name'), chalk.green(head || 'State')], - colWidths: [50, 15], + colWidths: [70, 15], chars: { top: '═', 'top-mid': '╤', 'top-left': '╔',