Quellcode durchsuchen

Fixes to account/account users

Torkel Ödegaard vor 11 Jahren
Ursprung
Commit
d9a33680a6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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">
 				<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">
 						currently using this account
 					</td>