You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Zabbix Problem with triggers truncate text data, look at attachment 1.
Describe the solution you'd like
Can add it to ToolTip (screenshot 2), or info button to open addition panel with full text. As sample at screenshot, i copy text to title attribute..
As quick, maybe some like:
At panel-triggers/components/Problems/ProblemDetails.tsx 222: <Tooltip placement="top-start" content={itemName}+"<br/>"+{item.lastvalue}>
or 223: <span className="problem-item-value" title={item.lastvalue}>{item.lastvalue}</span>
Alternative solution
screenshot 3
Screenshots
1.
2. .
3.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Zabbix Problem with triggers truncate text data, look at attachment 1.
Describe the solution you'd like
Can add it to ToolTip (screenshot 2), or info button to open addition panel with full text. As sample at screenshot, i copy text to title attribute..
As quick, maybe some like:
At panel-triggers/components/Problems/ProblemDetails.tsx
222: <Tooltip placement="top-start" content={itemName}+"<br/>"+{item.lastvalue}>
or
223: <span className="problem-item-value" title={item.lastvalue}>{item.lastvalue}</span>
Alternative solution
screenshot 3
Screenshots
1.
2. .
3.
The text was updated successfully, but these errors were encountered: