Changed the way the username is displayed in the shared admin bulletin

This commit is contained in:
maor.rayzin 2018-10-16 13:59:32 +03:00
parent ab8ee08b47
commit 4ce30de302
2 changed files with 2 additions and 3 deletions

View File

@ -171,8 +171,6 @@ class PTHReportService(object):
return table_entries
@staticmethod
def generate_map_nodes():

View File

@ -787,7 +787,8 @@ class ReportPageComponent extends AuthComponent {
<li>
Make sure the right administrator accounts are managing the right machines, and that there isnt an unintentional local admin sharing.
<CollapsibleWellComponent>
Here is a list of machines which has this account defined as an administrator:
Here is a list of machines which the account <span
className="label label-primary">{issue.username}</span> is defined as an administrator:
{this.generateInfoBadges(issue.shared_machines)}
</CollapsibleWellComponent>
</li>