Skip to content

Commit 9a381db

Browse files
committed
Merge remote-tracking branch 'origin/4.17'
2 parents 0400765 + 6a0c907 commit 9a381db

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

ui/src/components/view/InfoCard.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,10 @@ export default {
772772
}
773773
},
774774
watch: {
775-
'$route.fullPath': function () {
775+
'$route.fullPath': function (path) {
776+
if (path === '/user/login') {
777+
return
778+
}
776779
this.getIcons()
777780
},
778781
resource: {

ui/src/views/infra/network/IpRangesTabGuest.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<a-pagination
8181
class="row-element pagination"
8282
size="small"
83-
style="overflow-y: auto"
8483
:current="page"
8584
:pageSize="pageSize"
8685
:total="total"

ui/src/views/infra/network/IpRangesTabManagement.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<a-pagination
5454
class="row-element pagination"
5555
size="small"
56-
style="overflow-y: auto"
5756
:current="page"
5857
:pageSize="pageSize"
5958
:total="total"

ui/src/views/infra/network/IpRangesTabPublic.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
<a-pagination
9292
class="row-element pagination"
9393
size="small"
94-
style="overflow-y: auto"
9594
:current="page"
9695
:pageSize="pageSize"
9796
:total="total"

ui/src/views/infra/network/IpRangesTabStorage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<a-pagination
5151
class="row-element pagination"
5252
size="small"
53-
style="overflow-y: auto"
5453
:current="page"
5554
:pageSize="pageSize"
5655
:total="total"

0 commit comments

Comments
 (0)