mirror of https://github.com/portainer/portainer
fix add rewrite annotation should not available for traefik (#6799)
parent
3496d5f00b
commit
bcec6a8915
|
@ -303,6 +303,7 @@
|
||||||
</portainer-tooltip>
|
</portainer-tooltip>
|
||||||
<span
|
<span
|
||||||
class="label label-default interactive"
|
class="label label-default interactive"
|
||||||
|
ng-if="ic.IngressClass.Type === $ctrl.IngressClassTypes.NGINX"
|
||||||
style="margin-left: 10px"
|
style="margin-left: 10px"
|
||||||
ng-click="$ctrl.addRewriteAnnotation(ic)"
|
ng-click="$ctrl.addRewriteAnnotation(ic)"
|
||||||
data-cy="namespaceCreate-addAnnotation{{ ic.IngressClass.Name }}"
|
data-cy="namespaceCreate-addAnnotation{{ ic.IngressClass.Name }}"
|
||||||
|
|
Loading…
Reference in New Issue