mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 07:00:48 +08:00
parent
6a63b2e5c4
commit
ae38239b47
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ const search = async () => {
|
||||||
await loadSSHLogs(params)
|
await loadSSHLogs(params)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
data.value = res.data.logs || [];
|
data.value = res.data?.logs || [];
|
||||||
faliedCount.value = res.data.failedCount;
|
faliedCount.value = res.data.failedCount;
|
||||||
successfulCount.value = res.data.successfulCount;
|
successfulCount.value = res.data.successfulCount;
|
||||||
if (searchStatus.value === 'Success') {
|
if (searchStatus.value === 'Success') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue