Remove outdated external serial info

This commit is contained in:
Tom Marshall 2021-04-22 09:30:43 -07:00
parent 1a62531645
commit f22310884b
1 changed files with 0 additions and 1 deletions

1
vmmd
View File

@ -1899,7 +1899,6 @@ class HttpClientRequestHandler(http.server.BaseHTTPRequestHandler):
r += ' <tr><td>&nbsp;<td>&nbsp;\n'
if vm.running():
r += " <tr><td style=\"font-weight:bold\">VNC<td>%s:%d\n" % (server_host, vm_id)
r += " <tr><td style=\"font-weight:bold\">Serial<td>%s:%d\n" % (server_host, vm_id + 9000)
r += ' <tr><td>&nbsp;<td>&nbsp;\n'
r += ' </table>\n'
r += ' <table>\n'