|
|
|
@ -462,9 +462,9 @@ const ListNode: React.FC<ListNodeProps> = ({
|
|
|
|
{!isRunning && (
|
|
|
|
{!isRunning && (
|
|
|
|
<Button type="text" onClick={() => handleOpenEnvConfig(record)}>环境配置</Button>
|
|
|
|
<Button type="text" onClick={() => handleOpenEnvConfig(record)}>环境配置</Button>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
{!isLocalRun && isRunning && (
|
|
|
|
{/*{!isLocalRun && isRunning && (*/}
|
|
|
|
<Button type="text" onClick={() => handeViewResource(record)}>组件资源</Button>
|
|
|
|
{/* <Button type="text" onClick={() => handeViewResource(record)}>组件资源</Button>*/}
|
|
|
|
)}
|
|
|
|
{/*)}*/}
|
|
|
|
{!hideStartStopButtons && (
|
|
|
|
{!hideStartStopButtons && (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
{isRunning ? (
|
|
|
|
{isRunning ? (
|
|
|
|
|