Browse Source

Fixes to account/account users

Torkel Ödegaard 11 years ago
parent
commit
d9a33680a6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/app/features/profile/partials/profile.html

+ 2 - 2
src/app/features/profile/partials/profile.html

@@ -66,8 +66,8 @@
 
 
 			<table class="grafana-options-table">
 			<table class="grafana-options-table">
 				<tr ng-repeat="ac in accounts">
 				<tr ng-repeat="ac in accounts">
-					<td>email: {{ac.email}}</td>
-					<td>role: {{ac.role}}</td>
+					<td>Name: {{ac.name}}</td>
+					<td>Role: {{ac.role}}</td>
 					<td ng-show="ac.isUsing">
 					<td ng-show="ac.isUsing">
 						currently using this account
 						currently using this account
 					</td>
 					</td>