summaryrefslogtreecommitdiff
path: root/src/views/menuMBZTGZ/module/sourceMock.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/menuMBZTGZ/module/sourceMock.js')
-rw-r--r--src/views/menuMBZTGZ/module/sourceMock.js28
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