Browse Source

Merge pull request #721 from dpatrongomez/master

Add Status Translation
Nuckerr/master
Louis Lam 3 years ago
committed by GitHub
parent
commit
edcaf93446
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/Details.vue

2
src/pages/Details.vue

@ -41,7 +41,7 @@
<span class="word">{{ $t("checkEverySecond", [ monitor.interval ]) }}</span>
</div>
<div class="col-md-4 text-center">
<span class="badge rounded-pill" :class=" 'bg-' + status.color " style="font-size: 30px;">{{ status.text }}</span>
<span class="badge rounded-pill" :class=" 'bg-' + status.color " style="font-size: 30px;">{{ $t(status.text) }}</span>
</div>
</div>
</div>

Loading…
Cancel
Save