give docker specific tooltip link (#8197)

Co-authored-by: testa113 <testa113>
pull/8199/head
Ali 2 years ago committed by GitHub
parent ac6f52ab76
commit 09bf5d03f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,9 @@
<label for="repository_mechanism" class="col-sm-3 col-lg-2 control-label text-left">
Webhook
<portainer-tooltip
message="'See&nbsp;<a href=\'https://docs.portainer.io/user/kubernetes/applications/manifest#automatic-updates\' target=\'_blank\' rel=\'noreferrer\'>Portainer documentation on webhook usage</a>.'"
message="$ctrl.environmentType === 'KUBERNETES' ?
'See&nbsp;<a href=\'https://docs.portainer.io/user/kubernetes/applications/manifest#automatic-updates\' target=\'_blank\' rel=\'noreferrer\'>Portainer documentation on webhook usage</a>.' :
'See&nbsp;<a href=\'https://docs.portainer.io/user/docker/stacks/webhooks\' target=\'_blank\' rel=\'noreferrer\'>Portainer documentation on webhook usage</a>.'"
set-html-message="true"
></portainer-tooltip>
</label>

Loading…
Cancel
Save