Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triggers panel Item.lastvalue truncated text #1145

Closed
Luckyvb opened this issue Jan 21, 2021 · 1 comment
Closed

Triggers panel Item.lastvalue truncated text #1145

Luckyvb opened this issue Jan 21, 2021 · 1 comment

Comments

@Luckyvb
Copy link

Luckyvb commented Jan 21, 2021

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. изображение

@alexanderzobnin
Copy link
Collaborator

Yes, sounds reasonable, I did the same for the description text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants