Pearl1594 commented on a change in pull request #170:
URL: https://github.com/apache/cloudstack-primate/pull/170#discussion_r445468152



##########
File path: src/config/section/user.js
##########
@@ -69,6 +69,14 @@ export default {
       dataView: true,
       show: (record) => { return record.state === 'enabled' }
     },
+    {
+      api: 'authorizeSamlSso',
+      icon: 'check-circle',
+      label: 'Configure SAML SSO Authorization',
+      dataView: true,
+      popup: true,
+      component: () => import('@/views/iam/ConfigureSamlSsoAuth.vue')

Review comment:
       I think, yes it can be refactored to have 2 action buttons - one for 
enabling and one for disabling based on the state - can remove the 
ConfigureSamlAuth component altogether




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to