diff --git a/spug_web/src/pages/deploy/request/Ext2Console.js b/spug_web/src/pages/deploy/request/Ext2Console.js index 45c60f2..2d2869f 100644 --- a/spug_web/src/pages/deploy/request/Ext2Console.js +++ b/spug_web/src/pages/deploy/request/Ext2Console.js @@ -142,27 +142,31 @@ function Ext2Console(props) { ]}> - - - - - - {sActions.map((item, index) => ( - - ))} - - - )}> - handleSetTerm(term, 'local')}/> - - + {sActions.length > 0 && ( + + + + + + {sActions.map((item, index) => ( + + ))} + + + )}> + handleSetTerm(term, 'local')}/> + + + )} + {hostOutputs.length > 0 && ( 0 ? 24 : 0}} expandIcon={({isActive}) => }> {hostOutputs.map((item, index) => (