mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
+1
-1
@@ -4,7 +4,7 @@
|
||||
<Table v-if="!terminal.show" :loading="devices.loading" :height="devices.height" :columns="devlistTitle" :data="devices.filtered" style="width: 100%"></Table>
|
||||
<div ref="terminal" class="terminal" v-if="terminal.show"></div>
|
||||
<Spin size="large" fix v-if="terminal.loading"></Spin>
|
||||
<Modal v-model="contextMenuVisible" width="15">
|
||||
<Modal v-model="contextMenuVisible" width="20">
|
||||
<Menu theme="light" @on-select="handleContextMenu">
|
||||
<MenuItem name="upfile">Upload file to device</MenuItem>
|
||||
<MenuItem name="downfile">Download file from device</MenuItem>
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user