commit | 40f8fa94fba7471583014f2ab01a3807557b44eb | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 07 09:21:35 2016 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Dec 08 10:19:05 2016 -0800 |
tree | 9f4535d503b54576530dc23e702e1ee91387465d | |
parent | 0f77c50d7c2f2990b0e6aa59d70c6af213935da9 [diff] [blame] |
Added slices Change-Id: I9dfaa9348fa82da844a04c0c2a58ce07e9fa3a28
diff --git a/src/app/hello.html b/src/app/hello.html index 5652063..4c639ca 100644 --- a/src/app/hello.html +++ b/src/app/hello.html
@@ -4,9 +4,7 @@ <xos-logout></xos-logout> -<div *ngFor="let instance of instances"> - <b>{{instance.name}}</b> - <i>{{instance.isolation}}</i> - {{instance.slice}} - {{instance.node}} +<div *ngFor="let slice of slices"> + <b>{{slice.name}}</b> + <i>{{slice.backend_status}}</i> </div>