GauthierSgds
GauthierSgds
Hello, Same issue here, any update? Regards
Hi, For Grafana 8.3.7 and plugin 4.2.5 I haved the same issue. After looking in the code, I edited line 351 in query.editor.html ng-model="ctrl.target.options.acknowledged" --> ng-model="ctrl.target.triggers.acknowledged" And added line acknowledged?:...
Hi @alexanderzobnin, can you put into next release correction on query.editor.html file --> replace ng-model="ctrl.target.options.acknowledged" by ng-model="ctrl.target.triggers.acknowledged" and add line acknowledged?: '1' | '0'; in interface ZBXTrigger in type.ts file?...