mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
ui: remove tooltip for operation icon
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 地址",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user