Variables: able to query item values, closes #417

This commit is contained in:
Alexander Zobnin
2020-05-20 16:52:40 +03:00
parent d18e6cc675
commit 84d93ecd5b
5 changed files with 34 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ export enum VariableQueryTypes {
Host = 'host',
Application = 'application',
Item = 'item',
ItemValues = 'itemValues',
}
export enum ShowProblemTypes {