@ -284,6 +284,8 @@ const getViews = screen => {
hostForm.on('submit', ({ name, address, port, username, password }) => {
port = parseInt(port);
if(action === 'test'){
successText.hide();
errorText.hide();
testButton.setContent('Testing');
screen.render();
}