|
|
@ -48,10 +48,10 @@ |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Hack to avoid Grafana's .gf-form-label + .gf-form-label css. Fix for https://github.com/hastic/hastic-grafana-app/issues/192 --> |
|
|
|
<!-- Hack to avoid Grafana's .gf-form-label + .gf-form-label css. Fix for https://github.com/hastic/hastic-grafana-app/issues/192 --> |
|
|
|
<div></div> |
|
|
|
<div ng-if="analyticUnit.detectorType === 'pattern'"></div> |
|
|
|
|
|
|
|
|
|
|
|
<label class="gf-form-label width-8"> Negative Color </label> |
|
|
|
<label ng-if="analyticUnit.detectorType === 'pattern'" class="gf-form-label width-8"> Negative Color </label> |
|
|
|
<span class="gf-form-label"> |
|
|
|
<span ng-if="analyticUnit.detectorType === 'pattern'" class="gf-form-label"> |
|
|
|
<color-picker |
|
|
|
<color-picker |
|
|
|
color="analyticUnit.deletedColor" |
|
|
|
color="analyticUnit.deletedColor" |
|
|
|
onChange="ctrl.onColorChange.bind(ctrl, analyticUnit.id, true)" |
|
|
|
onChange="ctrl.onColorChange.bind(ctrl, analyticUnit.id, true)" |
|
|
|