Migrated HPC view to angularJs
diff --git a/views/ngXosViews/hpc/src/templates/hpc-list.tpl.html b/views/ngXosViews/hpc/src/templates/hpc-list.tpl.html
new file mode 100644
index 0000000..9626563
--- /dev/null
+++ b/views/ngXosViews/hpc/src/templates/hpc-list.tpl.html
@@ -0,0 +1,14 @@
+<div class="container-fluid">
+    <div class="row">
+        <h1>Request Routers</h1>
+    </div>
+    <div class="row">
+        <xos-table config="vm.routerConfig" data="vm.routers"></xos-table>
+    </div>
+    <div class="row">
+        <h1>HyperCache</h1>
+    </div>
+    <div class="row">
+        <xos-table config="vm.cacheConfig" data="vm.caches"></xos-table>
+    </div>
+</div>
\ No newline at end of file