aboutsummaryrefslogtreecommitdiff
path: root/src/tools/ipv4-range-expander/ipv4-range-expander.vue
diff options
context:
space:
mode:
authorGravatar Corentin THOMASSET <corentin.thomasset74@gmail.com> 2023-06-25 15:49:43 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-25 13:49:43 +0000
commit72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81 (patch)
tree37e8fd0271641fee2db1ae8fd3d352db3398cf9e /src/tools/ipv4-range-expander/ipv4-range-expander.vue
parent05ea54547515f7fb1eed5f31ccbde10e36041fb1 (diff)
downloadit-tools-72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81.tar.gz
it-tools-72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81.tar.zst
it-tools-72c98a3c5ee87f3eca6b1dfbd91ea7352a3f9a81.zip
refactor(ui): remove n-text (#506)
Diffstat (limited to 'src/tools/ipv4-range-expander/ipv4-range-expander.vue')
-rw-r--r--src/tools/ipv4-range-expander/ipv4-range-expander.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ipv4-range-expander/ipv4-range-expander.vue b/src/tools/ipv4-range-expander/ipv4-range-expander.vue
index 16ce62f..6eb3c92 100644
--- a/src/tools/ipv4-range-expander/ipv4-range-expander.vue
+++ b/src/tools/ipv4-range-expander/ipv4-range-expander.vue
@@ -105,10 +105,10 @@ function onSwitchStartEndClicked() {
title="Invalid combination of start and end IPv4 address"
type="error"
>
- <n-text depth="3" my-3 block>
+ <div my-3 op-70>
The end IPv4 address is lower than the start IPv4 address. This is not valid and no result could be calculated.
In the most cases the solution to solve this problem is to change start and end address.
- </n-text>
+ </div>
<c-button @click="onSwitchStartEndClicked">
<n-icon mr-2 :component="Exchange" depth="3" size="22" />