💄 Automatically increase hosts table height

dev
KaKi87 2020-12-28 19:53:11 +01:00
parent 5de713f6b1
commit f2e3de1ac3
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ const getViews = screen => {
button({ content: 'Quit' }, undefined, mainActionsFormContainer)
.on('press', () => callback({ action: 'quit' }));
let selectedHost;
const tableHeight = Math.floor(screen.height / 4);
const tableHeight = screen.height - 15;
const hostsTable = table({
top: n += 1,
width: 75,