mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-08 22:46:51 +08:00
fix: Modify the header of the application logs page (#9507)
Refs https://github.com/1Panel-dev/1Panel/issues/9501
This commit is contained in:
parent
c391177d34
commit
e5263d6c05
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
:header="resource"
|
||||
@close="handleClose"
|
||||
:size="globalStore.isFullScreen ? 'full' : 'large'"
|
||||
:resource="resource"
|
||||
:resource="container"
|
||||
>
|
||||
<template #extra v-if="!mobile">
|
||||
<el-tooltip :content="loadTooltip()" placement="top">
|
||||
|
|
Loading…
Add table
Reference in a new issue