Fix dashboard to display middleware details

This commit is contained in:
Tom Moulard 2021-07-20 10:36:06 +02:00 committed by GitHub
parent ffd4e207a4
commit d8156ef625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1131,7 +1131,7 @@ export default {
return exData
},
getProviderLogoPath (provider) {
const name = provider.name.toLowerCase()
const name = provider.toLowerCase()
if (name.includes('plugin-')) {
return 'statics/providers/plugin.svg'