GUI2 Settings and Partitions View

Change-Id: I605304c20c1e625394d789104fcd7a5b278e244d
diff --git a/web/gui2/src/main/webapp/app/view/host/host.module.ts b/web/gui2/src/main/webapp/app/view/host/host.module.ts
index 230b55a..93d0a59 100644
--- a/web/gui2/src/main/webapp/app/view/host/host.module.ts
+++ b/web/gui2/src/main/webapp/app/view/host/host.module.ts
@@ -23,12 +23,12 @@
 import { HostDetailsComponent } from './hostdetails/hostdetails.component';
 
 @NgModule({
-  imports: [
-    CommonModule,
-    HostRoutingModule,
-    WidgetModule,
-    SvgModule
-  ],
-  declarations: [HostComponent, HostDetailsComponent]
+    imports: [
+        CommonModule,
+        HostRoutingModule,
+        WidgetModule,
+        SvgModule
+    ],
+    declarations: [HostComponent, HostDetailsComponent]
 })
 export class HostModule { }