Initial application generated by JHipster-5.8.2
This commit is contained in:
19
src/main/webapp/app/layouts/error/error.component.html
Normal file
19
src/main/webapp/app/layouts/error/error.component.html
Normal file
@ -0,0 +1,19 @@
|
||||
<div>
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<span class="hipster img-fluid rounded"></span>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<h1 jhiTranslate="error.title">Error Page!</h1>
|
||||
|
||||
<div [hidden]="!errorMessage">
|
||||
<div class="alert alert-danger">{{errorMessage}}
|
||||
</div>
|
||||
</div>
|
||||
<div [hidden]="!error403" class="alert alert-danger" jhiTranslate="error.http.403">You are not authorized to access this page.
|
||||
</div>
|
||||
<div [hidden]="!error404" class="alert alert-danger" jhiTranslate="error.http.404">The page asked was not found.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user