mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
feat(ipv4-range-expander): fix sonar findings
This commit is contained in:
parent
fd6c71ba12
commit
2b446472ad
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@
|
||||||
<n-table v-if="showResult" data-test-id="result">
|
<n-table v-if="showResult" data-test-id="result">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th scope="col"> </th>
|
||||||
<th>old value</th>
|
<th scope="col">old value</th>
|
||||||
<th>new value</th>
|
<th scope="col">new value</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue