From 379276eceedf2ee479e91e5b3422e6a622eac9c8 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Mon, 23 Apr 2018 15:44:38 +0200 Subject: [PATCH] Address comments. Signed-off-by: Volker Theile --- .../mgr/dashboard/frontend/src/app/shared/shared.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/shared.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/shared/shared.module.ts index 1ed5da8f07864..04354179a1efc 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/shared.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/shared.module.ts @@ -34,7 +34,8 @@ import { ServicesModule } from './services/services.module'; PasswordButtonDirective, DimlessBinaryDirective, DataTableModule, - ApiModule + ApiModule, + AutofocusDirective ], providers: [ AuthStorageService, -- 2.39.5