diff options
| author | Gregory <[email protected]> | 2024-04-26 17:38:47 +0800 |
|---|---|---|
| committer | Gregory <[email protected]> | 2024-04-26 17:38:47 +0800 |
| commit | ac8bc7f895baa346cdb498e1b8be41ce66130afd (patch) | |
| tree | 4d4e400af55c1938a20a72f93811e04cb13325d6 /src/views/menuMBZTGZ/module/sourceMock.js | |
| parent | ea9a916fa60a3ea2df7916fe5e1a9795f7a64ee7 (diff) | |
Diffstat (limited to 'src/views/menuMBZTGZ/module/sourceMock.js')
| -rw-r--r-- | src/views/menuMBZTGZ/module/sourceMock.js | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/views/menuMBZTGZ/module/sourceMock.js b/src/views/menuMBZTGZ/module/sourceMock.js new file mode 100644 index 0000000..c8397ac --- /dev/null +++ b/src/views/menuMBZTGZ/module/sourceMock.js @@ -0,0 +1,28 @@ +const getTargetsResponse = { + "code": 200, + "message": "success", + "result": { + "quick01": { + "total_memory": 3773.94921875, + "total_cpu": 24.433999999999997 + }, + "quick02": { + "total_memory": 1546.80078125, + "total_cpu": 76.94800000000001 + }, + "quick03": { + "total_memory": 1556.7578125, + "total_cpu": 79.413 + }, + "custom01": { + "total_memory": 0, + "total_cpu": 0 + }, + "custom02": { + "total_memory": 0, + "total_cpu": 0 + } + } +} + +export { getTargetsResponse }
\ No newline at end of file |
