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
|
return table_entries
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def generate_map_nodes():
|
def generate_map_nodes():
|
||||||
|
|
||||||
|
|
|
@ -787,7 +787,8 @@ class ReportPageComponent extends AuthComponent {
|
||||||
<li>
|
<li>
|
||||||
Make sure the right administrator accounts are managing the right machines, and that there isn’t an unintentional local admin sharing.
|
Make sure the right administrator accounts are managing the right machines, and that there isn’t an unintentional local admin sharing.
|
||||||
<CollapsibleWellComponent>
|
<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)}
|
{this.generateInfoBadges(issue.shared_machines)}
|
||||||
</CollapsibleWellComponent>
|
</CollapsibleWellComponent>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue