@spalger/kibana
Version:
Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elastic
18 lines • 482 B
HTML
<!--
!!!!
Since fatal error could prevent angular from starting
this template is just a simple lodash template
!!!!
-->
<h1><i class="fa fa-warning-triangle"></i></h1>
<div class="panel panel-danger">
<div class="panel-heading">
<h1 class="panel-title">
<i class="fa fa-warning"></i> Fatal Error
</h1>
</div>
<div class="panel-body fatal-body"><%- msg %></div>
<% if (stack) { %>
<div class="panel-footer"><pre><%- stack %></pre></div>
<% } %>
</div>