Operation Aegis

Admin Registry

Manage administrator profiles and the EOS identities authorized across the Nowhere Nation cluster.

Add Administrator
@if ($notice !== '')
{{ $notice }}
@endif @if ($publicationWarning !== '') @endif
@if ($isCreating || $this->selectedProfile)
@foreach ($this->adminRanks() as $rank) {{ $rank->label() }} @endforeach
@if ($isCreating)
Primary EOS Identity
@foreach ($this->platforms() as $platform) {{ $platform->label() }} @endforeach @endif
{{ $isCreating ? 'The EOS ID will become eligible for publication immediately.' : 'Changes are attributed to the signed-in operator.' }} Unsaved profile changes {{ $isCreating ? 'Create Administrator' : 'Save Changes' }}
@if (! $isCreating && $this->selectedProfile)

EOS Identities

Only active identities on active profiles are publishable.

Add EOS ID
@forelse ($this->selectedProfile->identifiers as $identifier)
{{ $identifier->label ?: 'EOS Identity' }} {{ $identifier->eos_id }} {{ $identifier->platform->label() }} @if ($identifier->platform_username) · {{ $identifier->platform_username }} @endif
@empty
No EOS identities are attached to this profile.
@endforelse
@if ($showIdentifierForm)
@foreach ($this->platforms() as $platform) {{ $platform->label() }} @endforeach
@if (! $identifierIsActive)
@endif
Unsaved EOS changes Cancel {{ $editingIdentifierId ? 'Save EOS ID' : 'Add EOS ID' }}
@endif
@if ($this->selectedProfile->is_active)
Archive Profile
@else

Archived: {{ $this->selectedProfile->deactivation_reason }}

Reactivate Profile
@endif
@endif @else

No administrator selected

Select a profile from the directory or register a new administrator.

Add Administrator
@endif