error dialog introduced

This commit is contained in:
2021-11-02 13:06:34 +01:00
parent 272500df8c
commit 0e1e03f1a9
9 changed files with 109 additions and 4 deletions

View File

@ -0,0 +1,11 @@
<h1>Fehler</h1>
<h2>Module</h2>
<p>{{data.module}}</p>
<h2>Function</h2>
<p>{{data.func}}</p>
<h2>Message</h2>
<p>{{data.msg}}</p>