core.objectchange:85
| Time |
2026-03-31 07:41:54
|
|---|---|
| User |
York-Simon Johannsen (YoSiJo)
|
| Action |
Created
|
| Object type |
Extras | custom link
|
| Object | |
| Message |
—
|
| Request ID |
name: "HTTPS (DNS)"owner: nullweight: 100enabled: truelink_url: "{% for service in object.services.all() %}\r\n {% if 443 in service.ports %}\r\n {% set ip = service.ipaddresses.first() %}\r\n {% if ip %}\r\n https://{{ ip.dns_name if ip.dns_name else ip.address.ip }}\r\n {% else %}\r\n https://{{ object.primary_ip.address.ip }}\r\n {% endif %}\r\n {% endif %}\r\n{% endfor %}"link_text: "{% for service in object.services.all() %}\r\n {% if 443 in service.ports %}\r\n HTTPS WebUI\r\n {% endif %}\r\n{% endfor %}"group_name: "WebUI"new_window: truebutton_class: "default"object_types: [ 12, 13 ]