💄 Automatically increase hosts table height
parent
5de713f6b1
commit
f2e3de1ac3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue