return the udp-telnet to tcp-telent with bar
This commit is contained in:
25
ui/home.vue
25
ui/home.vue
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user