Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-gui
/
0f77c50d7c2f2990b0e6aa59d70c6af213935da9
/
.
/
src
/
app
/
hello.html
blob: 5652063a22e1300b46e5d82a5ec876d7ef082f70 [
file
] [
log
] [
blame
]
<div
xos-protected
></div>
<h1>
{{ hello }}
</h1>
<xos-logout></xos-logout>
<div
*
ngFor
=
"let instance of instances"
>
<b>
{{instance.name}}
</b>
<i>
{{instance.isolation}}
</i>
{{instance.slice}}
{{instance.node}}
</div>