fixed
This commit is contained in:
parent
36659fea46
commit
8b9138119c
@ -56,7 +56,7 @@ function ServerItem(props: { server_info: ServerInfo }) {
|
||||
<TableCell>{props.server_info.Domain}</TableCell>
|
||||
<TableCell>{props.server_info.Ports.map((port, index, array) => { return <Chip label={`${port.Number}/${port.Protocol}`} /> })}</TableCell>
|
||||
<TableCell>
|
||||
<ActionGroup actions={actions.filter((value, _, _)=>{
|
||||
<ActionGroup actions={actions.filter((value)=>{
|
||||
switch (value.ServerState){
|
||||
case undefined:
|
||||
return true
|
||||
|
Loading…
x
Reference in New Issue
Block a user