- new role management section for corporations admins - added column "nullable" detection within /setup page for DB diff - added new map icon options options to the map add/edit dialog - refactored setup() method for all tables with static data - fixed broken map icons - fixed broken "drag/select" for systems on map - fixed new "map resize" event for non Chrome browsers - multiple minor improvements and fixes...
22 lines
741 B
HTML
22 lines
741 B
HTML
<div class="pf-splash pf-splash-error">
|
|
<div class="pf-color-line danger"></div>
|
|
<div class="pf-splash-title">
|
|
<h1>
|
|
<span class="txt-color txt-color-danger">
|
|
<i class="fas fa-fw fa-exclamation-circle"></i> Error - {{ @errorData->code }}
|
|
</span>
|
|
</h1>
|
|
<p class="lead">
|
|
Oooops, Something went wrong!
|
|
You have experienced a technical error. We apologize.<br><br>
|
|
|
|
Status: '{{ @errorData->status }}'<br>
|
|
|
|
<check if="{{ @errorData->message }}">
|
|
Message: {{ @errorData->message }}
|
|
</check>
|
|
</p>
|
|
</div>
|
|
|
|
<include if="{{ @DEBUG == 3 }}" href="{{ 'templates/ui/debug.html' }}" />
|
|
</div> |