mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
11 lines
230 B
Handlebars
11 lines
230 B
Handlebars
<AppView @class="error show">
|
|
<BlockSlot @name="header">
|
|
<h1>
|
|
Error {{error.status}}
|
|
</h1>
|
|
</BlockSlot>
|
|
<BlockSlot @name="content">
|
|
<ErrorState @error={{error}} />
|
|
</BlockSlot>
|
|
</AppView>
|