mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
give docker specific tooltip link (#8197)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
ac6f52ab76
commit
09bf5d03f4
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@
|
|||
<label for="repository_mechanism" class="col-sm-3 col-lg-2 control-label text-left">
|
||||
Webhook
|
||||
<portainer-tooltip
|
||||
message="'See <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 <a href=\'https://docs.portainer.io/user/kubernetes/applications/manifest#automatic-updates\' target=\'_blank\' rel=\'noreferrer\'>Portainer documentation on webhook usage</a>.' :
|
||||
'See <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…
Add table
Add a link
Reference in a new issue