Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
1171d6e6cc | ||
|
ccec3868bb |
@ -53,6 +53,7 @@
|
||||
:trigger-on-focus="false"
|
||||
clearable
|
||||
autofocus
|
||||
@keyup.enter="handleLogin"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item prop="jwtExpires" label="有效期">
|
||||
|
@ -44,17 +44,9 @@
|
||||
<el-collapse-item v-for="(hosts, groupName) in groupHostList" :key="groupName" :name="groupName">
|
||||
<template #title>
|
||||
<div class="group_title">
|
||||
{{ groupName }}
|
||||
{{ `${groupName}`+`${hosts.length ? `(${hosts.length})` : ''}` }}
|
||||
</div>
|
||||
</template>
|
||||
<!-- <HostCard
|
||||
v-for="(item, index) in hosts"
|
||||
:key="index"
|
||||
:host-info="item"
|
||||
:hidden-ip="hiddenIp"
|
||||
@update-host="handleUpdateHost"
|
||||
@update-list="handleUpdateList"
|
||||
/> -->
|
||||
<HostTable
|
||||
ref="hostTableRefs"
|
||||
:hosts="hosts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user