diff options
Diffstat (limited to 'ecomp-portal-FE-os/mock/ecomp/data/widgets/widgets.json')
-rw-r--r-- | ecomp-portal-FE-os/mock/ecomp/data/widgets/widgets.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/ecomp-portal-FE-os/mock/ecomp/data/widgets/widgets.json b/ecomp-portal-FE-os/mock/ecomp/data/widgets/widgets.json new file mode 100644 index 00000000..3113d81d --- /dev/null +++ b/ecomp-portal-FE-os/mock/ecomp/data/widgets/widgets.json @@ -0,0 +1,39 @@ +[ + { + "id": 2, + "name": "ASDC", + "appId": 23, + "appName": "ASDC", + "url": "http://yeoman.io/generators/", + "width": 360, + "height" : 300 + }, + { + "id": 3, + "name": "AIC Self Service Portal", + "appId": 24, + "appName": "AIC Self Sere Portal", + "url": "http://yeoman.io/generators/", + "width": 360, + "height" : 300 + }, + { + "id": 4, + "name": "AIC Formation", + "appId": 25, + "appName": "AIC Formation", + "url": "http://yeoman.io/generators/", + "width": 360, + "height" : 300 + }, + { + "id": 5, + "name": "Portal Name", + "appId": 26, + "appName": "Portal name", + "url": "http://yeoman.io/generators/", + "width": 360, + "height" : 300 + } + + ]
\ No newline at end of file |