added the client-peer-name field for route commands

This commit is contained in:
2024-12-14 02:39:27 +09:00
parent 692fc352b1
commit 25ce8a6ca4
7 changed files with 90 additions and 83 deletions

View File

@ -136,7 +136,7 @@ window.onload = function(event) {
}
} catch (e) {
set_terminal_target('');
document.title = 'Terminal';
document.title = '';
set_terminal_status (null, e);
}
}