Skip to content

Commit

Permalink
Update add-rule.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Jul 26, 2020
1 parent 4463819 commit fb65fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class AddRuleFormComponent implements OnDestroy {
},
{
value:
'any(Last(1, UseType(Disk)), {.DiskInfo.Disks["/System/Volumes/Data"].UsedPercent}), { # > 50})',
'any(map(Last(1, UseType(Disk)), {.DiskInfo.Disks["/System/Volumes/Data"].UsedPercent}), { # > 50})',
description: 'MODULES.MODALS.ADD_RULE.EXAMPLE_AGENT_DISK_LOAD',
},
{
Expand Down

0 comments on commit fb65fab

Please sign in to comment.