Skip to content

Commit

Permalink
Add no IPs msg
Browse files Browse the repository at this point in the history
  • Loading branch information
zaelgohary committed Jun 12, 2024
1 parent a4f899e commit 1ffc811
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ item.contractId ?? "-" }}
</template>
<template #bottom>
<div class="d-flex align-end justify-end">
<div v-if="publicIps.length > 0" class="d-flex align-end justify-end">
<v-btn
class="ma-3"
color="error"
Expand All @@ -28,6 +28,9 @@
Delete
</v-btn>
</div>
<div v-else>
<p class="my-4">No IPs added on this farm.</p>
</div>
</template>
</ListTable>
<v-dialog v-model="showDialogue" max-width="600">
Expand Down

0 comments on commit 1ffc811

Please sign in to comment.