added new diagonstics state
This commit is contained in:
parent
41fa4e68a8
commit
e9f0a8a053
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<p class="risk-chance alert" v-if="risk >= 66">hoch</p>
|
||||
<p class="risk-chance warning" v-if="risk >= 33 && risk < 66">durchschnittlich</p>
|
||||
<p class="risk-chance success" v-if="risk < 33">niedrig</p>
|
||||
<p class="risk-chance" v-if="risk < 0">nicht feststellbar</p>
|
||||
<p class="text-center"><router-link style="text-decoration:none" to="/">
|
||||
Zurück zum Anfang
|
||||
</router-link></p>
|
||||
|
|
Loading…
Reference in a new issue