Skip to content

Commit ac424a1

Browse files
v-rudkovskiyr-brown
authored andcommitted
Introduce warning level
1 parent 5b22b13 commit ac424a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NetLicensingClient/Entities/Constants.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,12 @@ public class NodeLocked
194194
public const String NAME = "NodeLocked";
195195
}
196196
}
197+
198+
public class WarningLevel
199+
{
200+
public const String GREEN = "GREEN";
201+
public const String YELLOW = "YELLOW";
202+
public const String RED = "RED";
203+
}
197204
}
198205
}

0 commit comments

Comments
 (0)