RitchieVincent commented on a change in pull request #54: [WIP] Infrasummary SSL URL: https://github.com/apache/cloudstack-primate/pull/54#discussion_r353463927
########## File path: src/views/infra/InfraSummary.vue ########## @@ -41,11 +41,102 @@ </a-button> <a-modal :title="$t('SSL Certificate')" - v-model="sslFormVisible" - @ok="handle"> - <p>Some contents...</p> - <p>Some contents...</p> - <p>Some contents...</p> + :visible="sslFormVisible" + :footer="null" Review comment: I've had a look through the docs and tested it, and it appears that you need to specify the footer as null, or it will display by default. ---------------------------------------------------------------- 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 With regards, Apache Git Services