diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2019-09-05 16:11:18 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2019-09-05 16:11:25 +0800 |
commit | 4bb3fb127b7b212afccf676fd288959c2b841650 (patch) | |
tree | 600101e772d6cfea80ff35366d2baffb579a9df2 /usecaseui-portal/src/app/mock/json/onboardTableData.json | |
parent | 0b7a31d8663a5124da9a443f1c0147d5bd68bf27 (diff) |
feat:delete extra local json
Change-Id: I52de5b3d77972a5a57daf89a56afb03327492810
Issue-ID: USECASEUI-307
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/onboardTableData.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/onboardTableData.json | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/usecaseui-portal/src/app/mock/json/onboardTableData.json b/usecaseui-portal/src/app/mock/json/onboardTableData.json deleted file mode 100644 index 56e5b323..00000000 --- a/usecaseui-portal/src/app/mock/json/onboardTableData.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "total":245, - "tableList":[ - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Onboarding", - "progress": 35 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Onboarding", - "progress": 86 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Onboarded", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Onboarded", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - }, - { - "name":"Demo_vims_zte", - "type":"NS", - "version":"1.0", - "status":"Invalid", - "progress": 100 - } - ] -} |