Jsonpath help (#41)

* tweaks to test case appearance

* add help page for json path

* fix enrichments not displaying bug

* fix immutability issue due to form setting

* fix config form due to immutability change

* fix deploy form due to immutability

* update version
This commit is contained in:
Thomas Gilgan
2020-01-20 10:24:36 +00:00
committed by GitHub Enterprise
parent 1b9e83ddc1
commit 3b8235bdb1
22 changed files with 290 additions and 26 deletions

View File

@@ -128,4 +128,8 @@ export class DeployDialogComponent {
onClickClose() {
this.dialogref.close();
}
updateOutput(event) {
this.extrasData = event;
}
}