common: Add validator constants for valid ransomware directory paths

This commit is contained in:
Shreya 2021-07-01 13:18:32 +05:30
parent f698c889e3
commit 0a1782a928
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Defined in UI on ValidationFormats.js
IP_RANGE = "ip-range"
IP = "ip"
VALID_DIR_LINUX = "valid-directory-linux"
VALID_DIR_WINDOWS = "valid-directory-windows"