This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new a93e771 ui: Removing double footer in NSP forms (#5612)
a93e771 is described below
commit a93e771e6b6127cea61c90d8a384e6501a1986db
Author: davidjumani <[email protected]>
AuthorDate: Fri Oct 22 18:32:22 2021 +0530
ui: Removing double footer in NSP forms (#5612)
---
ui/src/views/infra/network/ServiceProvidersTab.vue | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui/src/views/infra/network/ServiceProvidersTab.vue
b/ui/src/views/infra/network/ServiceProvidersTab.vue
index 0410c39..187aad3 100644
--- a/ui/src/views/infra/network/ServiceProvidersTab.vue
+++ b/ui/src/views/infra/network/ServiceProvidersTab.vue
@@ -65,6 +65,7 @@
:confirmLoading="actionLoading"
:closable="true"
:maskClosable="false"
+ :footer="null"
@cancel="onCloseAction"
v-ctrl-enter="handleSubmit"
style="top: 20px;"