Skip to content

Commit

Permalink
core: services: ping: show message when no devices are available
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Aug 25, 2022
1 parent e24d0d5 commit 1ba1a23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/frontend/src/views/Pings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
:device="ping"
/>
</div>
<v-container
v-if="ping_devices.length === 0"
class="text-center"
>
<p class="text-h6">
No Ping devices available.
</p>
</v-container>
</div>
</v-container>
</template>
Expand Down

0 comments on commit 1ba1a23

Please sign in to comment.