Skip to content

Commit

Permalink
Update endpoint custom assets link + description
Browse files Browse the repository at this point in the history
  • Loading branch information
kpollich committed Jun 30, 2021
1 parent 54b421e commit 5f9a7eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const EndpointCustomAssetsExtension: PackageAssetsComponent = () => {
const views: CustomAssetsAccordionProps['views'] = [
{
name: 'Hosts',
url: http.basePath.prepend(`${APP_PATH}/hosts/allHosts`),
description: 'View hosts in Security app',
url: http.basePath.prepend(`${APP_PATH}/administration/endpoints`),
description: 'View endpoints in Security app',
},
];

Expand Down

0 comments on commit 5f9a7eb

Please sign in to comment.