forked from p15670423/monkey
Changed the way the username is displayed in the shared admin bulletin
This commit is contained in:
parent
ab8ee08b47
commit
4ce30de302
|
@ -171,8 +171,6 @@ class PTHReportService(object):
|
|||
|
||||
return table_entries
|
||||
|
||||
|
||||
|
||||
@staticmethod
|
||||
def generate_map_nodes():
|
||||
|
||||
|
|
|
@ -787,7 +787,8 @@ class ReportPageComponent extends AuthComponent {
|
|||
<li>
|
||||
Make sure the right administrator accounts are managing the right machines, and that there isn’t 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>
|
||||
|
|
Loading…
Reference in New Issue