This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.17 by this push:
new 6a0c9079ed ui: fixes ui style on Edge (#6791)
6a0c9079ed is described below
commit 6a0c9079ed3168f7e9cf62d20f03da172df02fae
Author: Hoang Nguyen <[email protected]>
AuthorDate: Tue Oct 4 12:25:03 2022 +0700
ui: fixes ui style on Edge (#6791)
Fixes #6787
---
ui/src/views/infra/network/IpRangesTabGuest.vue | 1 -
ui/src/views/infra/network/IpRangesTabManagement.vue | 1 -
ui/src/views/infra/network/IpRangesTabPublic.vue | 1 -
ui/src/views/infra/network/IpRangesTabStorage.vue | 1 -
4 files changed, 4 deletions(-)
diff --git a/ui/src/views/infra/network/IpRangesTabGuest.vue
b/ui/src/views/infra/network/IpRangesTabGuest.vue
index 79464de69b..4de5fd25ed 100644
--- a/ui/src/views/infra/network/IpRangesTabGuest.vue
+++ b/ui/src/views/infra/network/IpRangesTabGuest.vue
@@ -80,7 +80,6 @@
<a-pagination
class="row-element pagination"
size="small"
- style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"
diff --git a/ui/src/views/infra/network/IpRangesTabManagement.vue
b/ui/src/views/infra/network/IpRangesTabManagement.vue
index 9852433c52..e7abfa8554 100644
--- a/ui/src/views/infra/network/IpRangesTabManagement.vue
+++ b/ui/src/views/infra/network/IpRangesTabManagement.vue
@@ -53,7 +53,6 @@
<a-pagination
class="row-element pagination"
size="small"
- style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"
diff --git a/ui/src/views/infra/network/IpRangesTabPublic.vue
b/ui/src/views/infra/network/IpRangesTabPublic.vue
index df78eba993..247a8faf0d 100644
--- a/ui/src/views/infra/network/IpRangesTabPublic.vue
+++ b/ui/src/views/infra/network/IpRangesTabPublic.vue
@@ -91,7 +91,6 @@
<a-pagination
class="row-element pagination"
size="small"
- style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"
diff --git a/ui/src/views/infra/network/IpRangesTabStorage.vue
b/ui/src/views/infra/network/IpRangesTabStorage.vue
index 4d660714e0..29e146dc4c 100644
--- a/ui/src/views/infra/network/IpRangesTabStorage.vue
+++ b/ui/src/views/infra/network/IpRangesTabStorage.vue
@@ -50,7 +50,6 @@
<a-pagination
class="row-element pagination"
size="small"
- style="overflow-y: auto"
:current="page"
:pageSize="pageSize"
:total="total"