Skip to content

Commit

Permalink
Device details: Software filter text should be "W/ Vulnerabilities" p…
Browse files Browse the repository at this point in the history
  • Loading branch information
atretyak1985 authored and gunnsth committed Apr 17, 2019
1 parent d26947a commit bb2fe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/organization/device/device_detail.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<div class="input-container flex-container-column">
<label class="input-container-heading">Only Show:</label>
<input type="checkbox" class="checkbox" id="vulnerableonly" (click)="filterChanged($event)" [(ngModel)]="serviceDeviceSoftware.userFiltersState['vulnerableonly']"/>
<label for="vulnerableonly" class="label-filter-pane">Devices Vulnerabilities</label>
<label for="vulnerableonly" class="label-filter-pane">W/ Vulnerabilities</label>
</div>
</context-filter-section>
</side-filter>
Expand Down

0 comments on commit bb2fe0a

Please sign in to comment.