rhtyd commented on a change in pull request #170: URL: https://github.com/apache/cloudstack-primate/pull/170#discussion_r440642212
########## File path: src/config/section/user.js ########## @@ -69,6 +70,15 @@ export default { dataView: true, show: (record) => { return record.state === 'enabled' } }, + { + api: 'authorizeSamlSso', + icon: 'check-circle', + label: 'Configure SAML SSO Authorization', + dataView: true, + show: () => { return 'authorizeSamlSso' in store.getters.apis }, Review comment: The `api` already adds this check ---------------------------------------------------------------- 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: us...@infra.apache.org