From 548c5a220333c7cd666b861e737bff0b45461f18 Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Sun, 3 Jun 2018 13:12:12 +0300 Subject: Update FE project Update FE to latest version so that fe can run on docker Change-Id: I9c5dee756b567dbe64fac6d3d6fd89362813bdcc Issue-ID: SDC-1359 Signed-off-by: Stone, Avi (as206k) --- public/cypress/fixtures/doneSaveSimpleLogText.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 public/cypress/fixtures/doneSaveSimpleLogText.json (limited to 'public/cypress/fixtures/doneSaveSimpleLogText.json') diff --git a/public/cypress/fixtures/doneSaveSimpleLogText.json b/public/cypress/fixtures/doneSaveSimpleLogText.json new file mode 100644 index 0000000..be83753 --- /dev/null +++ b/public/cypress/fixtures/doneSaveSimpleLogText.json @@ -0,0 +1,26 @@ +{ + "version": "4.1", + "eventType": "syslogFields", + "description": "newRule2", + "uid": "57612d40-c66d-4a5a-95c3-0165564f837d", + "phase": "phase_1", + "condition": null, + "actions": [ + { + "logText": { + "name": "AAA", + "level": "BBB", + "text": "ABC" + }, + "actionType": "log text", + "from": { + "regex": "", + "state": "closed", + "values": [{ "value": "" }, { "value": "" }], + "value": "" + }, + "target": "", + "id": "e340ab50-423b-11e8-94f2-3dd2f158c314" + } + ] +} -- cgit 1.2.3-korg