Skip to content

Commit

Permalink
fix: placeholder for sourceip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Feb 12, 2025
1 parent 5ce5a84 commit c8cc6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/SourceIPLabels.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
class="w-36 flex-1 sm:max-w-40"
v-model="newLabelForIP.ip"
@click="handlerIPInputFocus"
placeholder="IP"
placeholder="IP / eui64 / Regex"
/>
<ArrowRightCircleIcon class="h-4 w-4 shrink-0" />
<TextInput
Expand Down

0 comments on commit c8cc6b4

Please sign in to comment.