mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
16 lines
443 B
HTML
16 lines
443 B
HTML
<div class="error">
|
|
<h1>
|
|
<span ng-if="msgPre">{{msgPre}}</span>
|
|
<small ng-if="msgHighlight">{{msgHighlight}}</small>
|
|
<span ng-if="msgPost">{{msgPost}}</span>
|
|
</h1>
|
|
|
|
<!-- TODO: add awesome relevant SVG based on code /-->
|
|
|
|
<p ng-if="path" >Path: {{path}}</p>
|
|
<p ng-if="type">Error: {{type}}</p>
|
|
<p ng-if="details">Details: {{details | json}}</p>
|
|
<p>Browser: {{browser}}</p>
|
|
</div>
|
|
|
|
<!-- TODO: Add github issue link /--> |