Browser Profiles
Automations · Visible sessions · Health
{% if summaries %}
{% for summary in summaries %}
-
{{ summary.profile.profile_id }}
— {{ summary.profile.name }} ·
{% if summary.locked %}locked by {{ summary.lock_owner }}
{% elif summary.profile.approved %}approved
{% else %}unsigned{% endif %}
{% if summary.profile.account %} · account lock
{{ summary.profile.account }}{% endif %}
{% if summary.conflict_partners %} · clone conflict risk: {{ summary.conflict_partners | join(', ') }}{% endif %}
{% endfor %}
{% else %}
No profiles yet. Create one with nga runtime profile create --name NAME.
{% endif %}