Home
last modified time | relevance | path

Searched refs:addNewCertificate (Results 1 – 5 of 5) sorted by relevance

/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue50 {{ $t('pageCertificates.addNewCertificate') }}
268 this.addNewCertificate(file, type);
286 addNewCertificate(file, type) {
290 .dispatch('certificates/addNewCertificate', { file, type })
H A DModalUploadCertificate.vue8 {{ $t('pageCertificates.addNewCertificate') }}
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js114 async addNewCertificate({ dispatch, getters }, { file, type }) { method in CertificatesStore.actions
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js87 .addNewCertificate(
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js1383 addNewCertificate: function(file, type) { method in AnonymousFunction1ea782bb0200.SERVICE