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 { }