VolkovLabs / volkovlabs-dynamictext-panel

Business Text Panel for @grafana
https://docs.volkovlabs.io
Apache License 2.0
78 stars 14 forks source link

Grafana modal Popup #136

Closed YoonSungHyun-Git closed 1 year ago

YoonSungHyun-Git commented 1 year ago

Hello,

If you look at Grafana, there is an inspect popup. Can this be used in Dynamic Panel?

image

mikhail-vl commented 1 year ago

@YoonSungHyun-inzent What are you looking to inspect?

YoonSungHyun-Git commented 1 year ago

@mikhail-vl

What I said above is Table panel's inspect icon

image

image

mikhail-vl commented 1 year ago

@YoonSungHyun-inzent Interesting, I have not used Inspect in the tables before. It's a specific feature for the Table panel.

In version 2.2.0, you can implement similar behavior using JavaScript Code Editor to add Handlebars Helper and Event Handler. A special icon-button with show model/alert on click: https://volkovlabs.io/plugins/volkovlabs-dynamictext-panel/code

Let me know if it helps.

mikhail-vl commented 1 year ago

@YoonSungHyun-inzent Dynamic Text Panel 2.2.0 was reviewed and updated in the Grafana Catalog.

Please let us know if there is anything else.