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

Refactor and make labels clickable for checkboxes #447

Open jonyrock opened 4 years ago

jonyrock commented 4 years ago

we use gf-form-switch, but we don't use "label" feature, so it like in example:

<div class="gf-form">
      <gf-form-switch
        checked="ctrl.flag1"
        label="Enabled"
      />
      <gf-form-switch
        checked="ctrl.flag1"
        label="Stop on hover"
      />
</div>

...notice that gf-form-switch are siblings.