Fix unreleased UI bugs related to host certificates issue (#26732)

This commit is contained in:
Sarah Gillespie 2025-02-28 17:03:43 -06:00 committed by GitHub
parent 3c2c3c6979
commit 2944d131be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -168,7 +168,7 @@ const CertificateDetailsModal = ({
orientation="horizontal"
/>
)}
{key_strength && (
{!!key_strength && (
<DataSet
title="Key size"
value={key_strength}

View file

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