mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fix unreleased UI bugs related to host certificates issue (#26732)
This commit is contained in:
parent
3c2c3c6979
commit
2944d131be
2 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ const CertificateDetailsModal = ({
|
|||
orientation="horizontal"
|
||||
/>
|
||||
)}
|
||||
{key_strength && (
|
||||
{!!key_strength && (
|
||||
<DataSet
|
||||
title="Key size"
|
||||
value={key_strength}
|
||||
|
|
|
|||
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -872,6 +872,7 @@ module.exports.routes = {
|
|||
'GET /learn-more-about/policy-templates': '/policies',
|
||||
'GET /learn-more-about/windows-mdm': '/guides/windows-mdm-setup',
|
||||
'GET /learn-more-about/ui-gitops-mode': 'https://github.com/fleetdm/fleet-gitops/?tab=readme-ov-file#fleet-ui',
|
||||
'GET /learn-more-about/certificates-query': '/tables/certificates',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue