fix software page tables leading to 500 page (#17616)
quick fix to software tables so that they don't take user to 500 page
This commit is contained in:
@@ -141,6 +141,7 @@ const generateTableHeaders = (
|
||||
},
|
||||
{
|
||||
Header: "",
|
||||
id: "view-all-hosts",
|
||||
disableSortBy: true,
|
||||
Cell: (cellProps: IViewAllHostsLinkProps) => {
|
||||
return (
|
||||
|
||||
+1
@@ -114,6 +114,7 @@ const generateTableHeaders = (
|
||||
},
|
||||
{
|
||||
Header: "",
|
||||
id: "view-all-hosts",
|
||||
disableSortBy: true,
|
||||
Cell: (cellProps: ITableStringCellProps) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user