return the udp-telnet to tcp-telent with bar

This commit is contained in:
2023-01-11 15:43:04 +02:00
parent 0cd699b2d3
commit af24e54ce1
5 changed files with 34 additions and 11 deletions

View File

@@ -20,7 +20,7 @@
<template>
<div id="home">
<header id="home-header">
<h1 id="home-hd-title">Shemesh Terminal</h1>
<h1 id="home-hd-title">Vala Terminal</h1>
<a id="home-hd-delay" href="javascript:;" @click="showDelayWindow">
<span
@@ -32,7 +32,28 @@
socket.message
}}</span>
</a>
<a
id="home-hd-plus"
class="icon icon-plus1"
href="javascript:;"
:class="{
working: connector.inputting,
intensify: connector.inputting && !windows.connect,
}"
@click="showConnectWindow"
></a>
<tabs
id="home-hd-tabs"
:tab="tab.current"
:tabs="tab.tabs"
tabs-class="tab1"
list-trigger-class="icon icon-more1"
@current="switchTab"
@retap="retapTab"
@list="showTabsWindow"
@close="closeTab"
></tabs>
</header>
<screens
@@ -53,6 +74,8 @@
servers without downloading any additional software.
</p>
<h1>Eli Cohen</h1>
<p>
To get started, click the
<span