diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:48:20 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-12-01 11:48:20 -0800 |
commit | 32fb53c13342d5ad353c839b7ffd0ca85d14bd48 (patch) | |
tree | f1b92068cf7b79d29e96243899e12495abb4795a /sliPluginUtils/provider/src/test/resources/Widget.json | |
parent | 53eacd8519a535f96d8b4231e48925324f1086dd (diff) |
Migrate sli-core files
Migrate sli-core repo files into new
directory "core".
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'sliPluginUtils/provider/src/test/resources/Widget.json')
-rw-r--r-- | sliPluginUtils/provider/src/test/resources/Widget.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sliPluginUtils/provider/src/test/resources/Widget.json b/sliPluginUtils/provider/src/test/resources/Widget.json deleted file mode 100644 index 6b90907ce..000000000 --- a/sliPluginUtils/provider/src/test/resources/Widget.json +++ /dev/null @@ -1,27 +0,0 @@ -{
- "widget": {
- "debug": false,
- "window": {
- "title": "ONAP Widget",
- "name": "main_window",
- "width": 200,
- "height": 300
- },
- "image": {
- "src": "images/moon.png",
- "name": "moon",
- "hOffset": 150,
- "vOffset": 150,
- "alignment": "center"
- },
- "text": {
- "data": "Click Me",
- "size": 21,
- "style": "bold",
- "name": "text1",
- "hOffset": 350,
- "vOffset": null,
- "alignment": "center"
- }
- }
-}
\ No newline at end of file |