GUI2 Settings and Partitions View

Change-Id: I605304c20c1e625394d789104fcd7a5b278e244d
diff --git a/web/gui2/src/main/webapp/app/view/host/host-routing.module.ts b/web/gui2/src/main/webapp/app/view/host/host-routing.module.ts
index 62f10a1..01cdd8f 100644
--- a/web/gui2/src/main/webapp/app/view/host/host-routing.module.ts
+++ b/web/gui2/src/main/webapp/app/view/host/host-routing.module.ts
@@ -18,14 +18,14 @@
 import { HostComponent } from './host/host.component';
 
 const hostRoutes: Routes = [
-  {
-    path: '',
-    component: HostComponent
-  }
+    {
+        path: '',
+        component: HostComponent
+    }
 ];
 
 @NgModule({
-  imports: [RouterModule.forChild(hostRoutes)],
-  exports: [RouterModule]
+    imports: [RouterModule.forChild(hostRoutes)],
+    exports: [RouterModule]
 })
 export class HostRoutingModule { }
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 { }