mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
fix server url column header name (#17504)
real quick fix to the server url column header name.
This commit is contained in:
parent
3e55ddd955
commit
944082d014
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export const generateSolutionsTableHeaders = (
|
|||
}
|
||||
className="server-url-header"
|
||||
>
|
||||
Status
|
||||
Server URL
|
||||
</TooltipWrapper>
|
||||
);
|
||||
return <HeaderCell value={titleWithToolTip} disableSortBy />;
|
||||
|
|
|
|||
Loading…
Reference in a new issue