-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
First, thank you. This will be very useful.
I am running into a size limit trying to display several links:
<a href="https://zabbix.com target="_blank" rel="noopener noreferrer">First link</a>
<br>
<a href="https://zabbix.com target="_blank" rel="noopener noreferrer">Second link</a>
<br>
<a href="https://zabbix.com target="_blank" rel="noopener noreferrer">Third link</a>
Results in Invalid parameter "HTML Content": value is too long. when applying when editing the widget.
Reducing the size by removing the third link works:
<a href="https://zabbix.com target="_blank" rel="noopener noreferrer">First link</a>
<br>
<a href="https://zabbix.com target="_blank" rel="noopener noreferrer">Second link</a>
Metadata
Metadata
Assignees
Labels
No labels