created addEnode modal, and relatedProfiles component
diff --git a/mCordPortal/src/app/components/related-profiles/related-profiles.tpl.html b/mCordPortal/src/app/components/related-profiles/related-profiles.tpl.html
new file mode 100644
index 0000000..52b05d6
--- /dev/null
+++ b/mCordPortal/src/app/components/related-profiles/related-profiles.tpl.html
@@ -0,0 +1,8 @@
+<table class="table">
+  <tr ng-repeat="profile in vm.profiles">
+    <td>{{profile.Name}}</td>
+    <td>{{profile.DlAllocRBRate}}</td>
+    <td>{{profile.Start}}</td>
+    <td>{{profile.End}}</td>
+  </tr>
+</table>
\ No newline at end of file