Skip to content

Commit

Permalink
remove device labels filter from device detail component
Browse files Browse the repository at this point in the history
  • Loading branch information
atretyak1985 committed Mar 29, 2019
1 parent 22527bf commit 7182f57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/organization/device/device_detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
for="staleaccounts" class="label-filter-pane">Stale Accounts (&gt;90 days)</label>
</div>
</context-filter-section>
<label-filter-section #section></label-filter-section>
</side-filter>

<side-filter #filterPanel *ngIf="isTabSelected(GROUP_POLICY_TAB_INDEX)" (onFilterChange)="updateProfileFilters($event)">
Expand Down Expand Up @@ -89,7 +88,6 @@
<input type="checkbox" class="checkbox" id="resolved" (click)="filterChanged($event)" [(ngModel)]="serviceDeviceIncident.userFiltersState['resolved']"/><label for="resolved" class="label-filter-pane">Resolved Incidents</label>
</div>
</context-filter-section>
<label-filter-section #section></label-filter-section>
</side-filter>

<side-filter #filterPanel *ngIf="isTabSelected(PATCH_TAB_INDEX)" (onFilterChange)="updateProfileFilters($event)">
Expand Down

0 comments on commit 7182f57

Please sign in to comment.