Vsevo1od
Results
2
comments of
Vsevo1od
Here is how I did it: Dockerfile ```dockerfile FROM osixia/phpldapadmin:0.9.0 COPY customUser.xml / COPY startup.sh /container/service/phpldapadmin-additional-templates/ RUN chmod +x /container/service/phpldapadmin-additional-templates/startup.sh ``` startup.sh ```bash #!/bin/bash -e TEMPLATE_PATH=/customUser.xml if [ -f $TEMPLATE_PATH...
@blimmer As a workaround you can use `.vm.$emit('click')` e.g. `demo.find('#svg-button').vm.$emit('click');`