xos-table component with minimal configuration

Change-Id: If1af35fcb30556c5ca34ffeb2b6e2b11fc87ffae
diff --git a/src/app/hello.html b/src/app/hello.html
index 4c639ca..3ed1088 100644
--- a/src/app/hello.html
+++ b/src/app/hello.html
@@ -4,6 +4,8 @@
 
 <xos-logout></xos-logout>
 
+<xos-table [config]="cfg" [data]="data"></xos-table>
+
 <div *ngFor="let slice of slices">
   <b>{{slice.name}}</b>
   <i>{{slice.backend_status}}</i>