Home
last modified time | relevance | path

Searched refs:allCertificates (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js14 allCertificates: [], property in CertificatesStore.state
19 allCertificates: (state) => state.allCertificates,
25 state.allCertificates = certificates;
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue174 return this.$store.getters['certificates/allCertificates'];
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/
H A DLdap.vue293 return this.$store.getters['certificates/allCertificates'];