ui: remove tooltip for operation icon

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-07-03 17:47:56 +08:00
parent 21c8e48baa
commit 86420d878f
3 changed files with 5 additions and 11 deletions
+1 -2
View File
@@ -16,7 +16,7 @@
"Sign out": "Sign out",
"Sign up": "Sign up",
"New to Rttys?": "New to Rttys?",
"Already have an account?":"Already have an account?",
"Already have an account?": "Already have an account?",
"Sign up Fail.": "Sign up Fail.",
"No devices connected": "No devices connected",
"Device ID": "Device ID",
@@ -53,7 +53,6 @@
"Upload or download file": "Upload or download file",
"About": "About",
"Please execute command \"rtty -R\" or \"rtty -S\" in current terminal!": "Please execute command \"rtty -R\" or \"rtty -S\" in current terminal!",
"Access your device's Shell": "Access your device's Shell",
"Access your devices's Web": "Access your devices's Web",
"Proto": "Proto",
"ipaddr": "IP address",
+1 -2
View File
@@ -16,7 +16,7 @@
"Sign out": "退出",
"Sign up": "注册",
"New to Rttys?": "新用户?",
"Already have an account?":"已经有一个账号?",
"Already have an account?": "已经有一个账号?",
"Sign up Fail.": "注册失败",
"No devices connected": "没有设备连接",
"Device ID": "设备ID",
@@ -54,7 +54,6 @@
"Upload or download file": "上传或者下载文件",
"About": "关于",
"Please execute command \"rtty -R\" or \"rtty -S\" in current terminal!": "请在当前终端中执行命令 \"rtty -R\" 或者 \"rtty -S\"",
"Access your device's Shell": "访问您的设备的 Shell",
"Access your devices's Web": "访问您的设备的 Web",
"Proto": "协议",
"ipaddr": "IP 地址",
+1 -5
View File
@@ -28,13 +28,9 @@
<el-table-column prop="description" :label="$t('Description')" show-overflow-tooltip />
<el-table-column width="200">
<template #default="{ row }">
<el-space>
<el-tooltip placement="top" :content="$t('Access your device\'s Shell')">
<el-space size="large">
<el-icon size="25" color="black" style="cursor:pointer;" @click="connectDevice(row.id)"><TerminalIcon /></el-icon>
</el-tooltip>
<el-tooltip placement="top" :content="$t('Access your devices\'s Web')">
<el-icon size="25" color="#409EFF" style="cursor:pointer;" @click="connectDeviceWeb(row)"><IEIcon /></el-icon>
</el-tooltip>
</el-space>
</template>
</el-table-column>