hastic-zzz / hastic-grafana-app

Hastic data management server for labeling patterns and anomalies in Grafana
https://hastic.io
GNU General Public License v3.0
179 stars 18 forks source link

Do not disable Apply button when unit is in LEARNING state #401 #402

Closed amper43 closed 4 years ago

amper43 commented 4 years ago

fixes #401

This PR:

Note: analyticUnit.saving is the flag that represents that panel waits while a server saves an analytic unit. it becomes true when a saving request will be sent and become false when a response will be received.

Changes