summaryrefslogtreecommitdiffstats
path: root/usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-04-18 09:11:56 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-04-18 09:12:03 +0800
commitd698af153772ca4351ad3b23fbb987fc749890af (patch)
tree8fa49f10523134f9596814ef7a30528e298ac660 /usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json
parentffffd8a35ae5fcea703a7427844037c07c232b92 (diff)
Fix Security/Vulnerability problems
Change-Id: Ie0f2c9e0794941d9b9a7f00a6c3d349269d98ed1 Issue-ID: USECASEUI-104 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json')
-rw-r--r--usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json b/usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json
deleted file mode 100644
index ca01985d..00000000
--- a/usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "step" : "2",
- "content": {
- "title": "Step 2 : Report SQL",
- "sections": [
- {
- "title": "",
- "elements": [
- {
- "input": "textarea",
- "spanOverTwoColumns":"true",
- "name": "sqlScript",
- "displayName": "SQL script:",
- "defaultValue":"SELECT ",
- "style":"width: 600px; height: 400px"
- }
- ],
- "buttons": [
- {
- "text":"Validate/Test Run SQL",
- "value":"next",
- "ngFunction":"testRunSql()"
- }]
-
- },
- {
- "title": "finalButton",
- "submitAction" : "",
- "next":"Microservice Config",
- "previous":"none"
- }
- ]
- }
-}