mirror of
https://gitee.com/devlive-community/datacap.git
synced 2024-12-02 20:17:45 +08:00
[Web] Optimized type display icon
This commit is contained in:
parent
b6fa2e2563
commit
96987f4273
@ -12,7 +12,9 @@
|
||||
<Ellipsis :text="row.name" :length="8" tooltip transfer/>
|
||||
</template>
|
||||
<template #type="{ row }">
|
||||
<Avatar :src="'/static/images/plugin/' + row.type + '.png'" size="small" />
|
||||
<Tooltip transfer :content="row.type">
|
||||
<Avatar :src="'/static/images/plugin/' + row.type + '.png'" size="small" />
|
||||
</Tooltip>
|
||||
</template>
|
||||
<template #host="{ row }">
|
||||
<Ellipsis :text="row.host" :length="8" tooltip transfer/>
|
||||
|
Loading…
Reference in New Issue
Block a user