commit | b2c483c2839d2fc1e818dc3f42a1b8beb4ce49ba | [log] [tgz] |
---|---|---|
author | Sean Condon <sean.condon@microsemi.com> | Wed Jan 16 20:28:55 2019 +0000 |
committer | Sean Condon <sean.condon@microsemi.com> | Mon Jan 28 22:08:59 2019 +0000 |
tree | 5c58fec445b8beeb37fd404b5086a0b96309f00f | |
parent | 4972416f9dc8e95825249b9423edff236929e007 [diff] [blame] |
GUI2 add in support for Preferences Service Change-Id: Icdf2165d9f638aeff1b110a64777b93295935ed2
diff --git a/web/gui2/src/main/webapp/app/onos.component.html b/web/gui2/src/main/webapp/app/onos.component.html index 0fedcca..029d524 100644 --- a/web/gui2/src/main/webapp/app/onos.component.html +++ b/web/gui2/src/main/webapp/app/onos.component.html
@@ -14,7 +14,7 @@ ~ limitations under the License. --> <div id="view" onosDetectBrowser> - <onos-mast username="onos"></onos-mast> + <onos-mast [username]="onos.username"></onos-mast> <onos-nav></onos-nav> <onos-veil #veil></onos-veil> <div>{{ wss.setVeilDelegate(veil) }}</div>