feat(ipv4-range-expander): fix sonar findings
This commit is contained in:
parent
fd6c71ba12
commit
2b446472ad
@ -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…
Reference in New Issue
Block a user