1.40
This commit is contained in:
parent
17b8f69c19
commit
96625fc77a
@ -317,7 +317,7 @@ export const LogViewerWindow: React.FC<LogViewerWindowProps> = ({
|
|||||||
<SelectTrigger className="h-7 w-40 text-xs">
|
<SelectTrigger className="h-7 w-40 text-xs">
|
||||||
<SelectValue placeholder="选择Pod" />
|
<SelectValue placeholder="选择Pod" />
|
||||||
</SelectTrigger>
|
</SelectTrigger>
|
||||||
<SelectContent>
|
<SelectContent className="z-[9999]">
|
||||||
{podNames.map((name) => (
|
{podNames.map((name) => (
|
||||||
<SelectItem key={name} value={name}>
|
<SelectItem key={name} value={name}>
|
||||||
{name}
|
{name}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user