From 66387c992694cfb8c820bf5ba428dbc50f7ff002 Mon Sep 17 00:00:00 2001 From: Lance Finfrock Date: Thu, 25 Jun 2020 11:30:32 -0700 Subject: [PATCH] Updating the policy file term Signed-off-by: Lance Finfrock --- .../src/app/pages/event-feed/event-feed.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/automate-ui/src/app/pages/event-feed/event-feed.component.ts b/components/automate-ui/src/app/pages/event-feed/event-feed.component.ts index 50b631b2c5b..38ec4e18a0d 100644 --- a/components/automate-ui/src/app/pages/event-feed/event-feed.component.ts +++ b/components/automate-ui/src/app/pages/event-feed/event-feed.component.ts @@ -89,7 +89,7 @@ export class EventFeedComponent implements OnInit, OnDestroy { {name: 'node', title: 'Nodes', icon: 'storage'}, {name: 'organization', title: 'Organizations', icon: 'layers'}, {name: 'permission', title: 'Permissions', icon: 'lock_open'}, - {name: 'policyfile', title: 'Policyfiles', icon: 'add_to_photos'}, + {name: 'policy', title: 'Policyfiles', icon: 'add_to_photos'}, {name: 'profile', title: 'Profiles', icon: 'library_books'}, {name: 'role', title: 'Roles', icon: 'book'}, {name: 'scanjobs', title: 'Scan Jobs', icon: 'wifi_tethering'},