Skip to content

Invalid parameter "HTML Content": value is too long. #1

@Amosnomor

Description

@Amosnomor

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions