This commit is contained in:
ACoolName 2024-05-27 22:29:55 +03:00
parent 36659fea46
commit 8b9138119c

View File

@ -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