|
|
@ -147,17 +147,14 @@ |
|
|
|
</label> |
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|
<label |
|
|
|
<label |
|
|
|
class="gf-form-label" |
|
|
|
class="gf-form-label pointer" |
|
|
|
ng-if="analyticUnit.detectorType === 'pattern' && !analyticUnit.selected" |
|
|
|
ng-if="analyticUnit.detectorType === 'pattern' && !analyticUnit.selected" |
|
|
|
ng-style="analyticUnit.status === 'LEARNING' && { 'cursor': 'not-allowed' }" |
|
|
|
ng-style="analyticUnit.status === 'LEARNING' && { 'cursor': 'not-allowed' }" |
|
|
|
> |
|
|
|
|
|
|
|
<a class="pointer" tabindex="1" |
|
|
|
|
|
|
|
ng-click="ctrl.onToggleLabelingMode(analyticUnit.id)" |
|
|
|
ng-click="ctrl.onToggleLabelingMode(analyticUnit.id)" |
|
|
|
ng-disabled="analyticUnit.status === 'LEARNING'" |
|
|
|
ng-disabled="analyticUnit.status === 'LEARNING'" |
|
|
|
> |
|
|
|
> |
|
|
|
<i class="fa fa-bar-chart" ng-if="!analyticUnit.saving"></i> |
|
|
|
<i class="fa fa-bar-chart" ng-if="!analyticUnit.saving"></i> |
|
|
|
<i class="fa fa-spinner fa-spin" ng-if="analyticUnit.saving"></i> |
|
|
|
<i class="fa fa-spinner fa-spin" ng-if="analyticUnit.saving"></i> |
|
|
|
</a> |
|
|
|
|
|
|
|
Label |
|
|
|
Label |
|
|
|
</label> |
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|