forked from Ivasoft/traefik
Fix dashboard to display middleware details
This commit is contained in:
@@ -1131,7 +1131,7 @@ export default {
|
|||||||
return exData
|
return exData
|
||||||
},
|
},
|
||||||
getProviderLogoPath (provider) {
|
getProviderLogoPath (provider) {
|
||||||
const name = provider.name.toLowerCase()
|
const name = provider.toLowerCase()
|
||||||
|
|
||||||
if (name.includes('plugin-')) {
|
if (name.includes('plugin-')) {
|
||||||
return 'statics/providers/plugin.svg'
|
return 'statics/providers/plugin.svg'
|
||||||
|
|||||||
Reference in New Issue
Block a user