diff --git a/client/config/routes.ts b/client/config/routes.ts
index ce248de4..b086fadc 100644
--- a/client/config/routes.ts
+++ b/client/config/routes.ts
@@ -21,6 +21,7 @@ export default [
path: '/manage',
name: 'Manage',
icon: 'GlobalOutlined',
+ component: './Devices',
routes: [
{
name: 'Devices',
diff --git a/client/src/components/DeviceComponents/DeviceQuickAction/DeviceQuickActionReference.tsx b/client/src/components/DeviceComponents/DeviceQuickAction/DeviceQuickActionReference.tsx
index 900a070d..16685a6c 100644
--- a/client/src/components/DeviceComponents/DeviceQuickAction/DeviceQuickActionReference.tsx
+++ b/client/src/components/DeviceComponents/DeviceQuickAction/DeviceQuickActionReference.tsx
@@ -100,45 +100,6 @@ const DeviceQuickActionReference: QuickActionReferenceType[] = [
onAdvancedMenu: true,
type: Types.DIVIDER,
},
- {
- type: Types.PLAYBOOK,
- playbookQuickRef: 'updateAgent',
- onAdvancedMenu: true,
- icon: ,
- label: 'Update Agent',
- },
- {
- type: Types.PLAYBOOK,
- playbookQuickRef: 'reinstallAgent',
- onAdvancedMenu: true,
- icon: ,
- label: 'Reinstall Agent',
- },
- {
- type: Types.PLAYBOOK,
- playbookQuickRef: 'restartAgent',
- onAdvancedMenu: true,
- icon: ,
- label: 'Restart Agent',
- },
- {
- type: Types.PLAYBOOK,
- onAdvancedMenu: true,
- playbookQuickRef: 'retrieveAgentLogs',
- icon: ,
- label: 'Retrieve Agent Logs',
- },
- {
- onAdvancedMenu: true,
- type: Types.DIVIDER,
- },
- {
- type: Types.PLAYBOOK,
- playbookQuickRef: 'uninstallAgent',
- onAdvancedMenu: true,
- icon: ,
- label: 'Uninstall Agent',
- },
{
type: Types.ACTION,
action: Actions.DELETE,