Skip to content

Commit

Permalink
Reword filter options for selecting all
Browse files Browse the repository at this point in the history
Change blank to 'All' when choosing all selection
Change default selection from blank to 'All'
Document sample image change in readme

Resolve #66
  • Loading branch information
piouson committed May 28, 2020
1 parent 0a32684 commit d480cb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ResolveOpenAlerts.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author: piouson.github.io
#>

$script:version = " Resolve Open Alerts v2.3.8"
$script:version = " Resolve Open Alerts v2.3.9"
$script:apiHits = 0
$script:rateLimitCount = 0
$script:rateBuffer = 200
Expand Down
12 changes: 6 additions & 6 deletions resource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Ref: https://github.com/piouson/Resolve-Open-Alerts</description>
<variable idx='2'>
<name>Priority</name>
<selectionKeyValue idx='0'>
<name></name>
<name>All</name>
<value></value>
</selectionKeyValue>
<selectionKeyValue idx='1'>
Expand All @@ -62,12 +62,12 @@ Ref: https://github.com/piouson/Resolve-Open-Alerts</description>
<type>map</type>
<direction>false</direction>
<description>Alert Priority</description>
<defaultVal></defaultVal>
<defaultVal>All</defaultVal>
</variable>
<variable idx='3'>
<name>MonitorType</name>
<selectionKeyValue idx='0'>
<name></name>
<name>All</name>
<value></value>
</selectionKeyValue>
<selectionKeyValue idx='1'>
Expand Down Expand Up @@ -145,12 +145,12 @@ Ref: https://github.com/piouson/Resolve-Open-Alerts</description>
<type>map</type>
<direction>false</direction>
<description>Type of Monitor</description>
<defaultVal></defaultVal>
<defaultVal>All</defaultVal>
</variable>
<variable idx='4'>
<name>DeviceType</name>
<selectionKeyValue idx='0'>
<name></name>
<name>All</name>
<value></value>
</selectionKeyValue>
<selectionKeyValue idx='1'>
Expand Down Expand Up @@ -180,7 +180,7 @@ Ref: https://github.com/piouson/Resolve-Open-Alerts</description>
<type>map</type>
<direction>false</direction>
<description>Type of Device</description>
<defaultVal></defaultVal>
<defaultVal>All</defaultVal>
</variable>
<variable idx='5'>
<name>UdfNumber</name>
Expand Down
Binary file modified sample-480.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d480cb6

Please sign in to comment.