mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
More comprehensive changes, UI tweaking
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
|
||||
<!-- TODO: add awesome relevant SVG based on code /-->
|
||||
|
||||
<p ng-if="path" ng-bind="path"></p>
|
||||
<p ng-if="type" ng-bind="type"></p>
|
||||
<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 /-->
|
||||
Reference in New Issue
Block a user