Merge "Portal SDK UI Issues -Tab icon -Grid elements size correction -Drag & Delete...
authorSunder Tattavarada <statta@research.att.com>
Fri, 26 Jun 2020 14:23:02 +0000 (14:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 26 Jun 2020 14:23:02 +0000 (14:23 +0000)
1  2 
ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/header/header.component.html
ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/layout/components/header/header.component.ts

              
                      <br/>
                        <div ><span class="reg-userEmail-value-spn">
-                         <div>Email:</div>{{userEmail}}</span></div>
+                         <div style="font-weight: bold;">Email:</div>{{userEmail}}</span></div>
                         <br/>
                          <div ><span class="reg-userEmail-value-spn">
-                             <div>userId:</div>{{userId}}</span></div>
+                             <div style="font-weight: bold;">User Id:</div>{{userId}}</span></div>
                          <br/>    
                              <div id="reg-logout-div" style="padding-top: 8px">
 -                                    <a href="logout.htm" id="allLogout" class="btn btn-primary">
 +                                    <a href="{{logOutURL}}" id="allLogout" class="btn btn-primary">
                                        Log out
                                    </a>
                                </div>