From c41b0d4083a7d67b85a895dcda535f3bcf7c0272 Mon Sep 17 00:00:00 2001 From: lsh <lsh> Date: 星期四, 16 五月 2024 09:03:08 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/console.map.js | 38 +++++++++++++++++++++++++++++++++++++- 1 files changed, 37 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index b6740db..6a8a0ee 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -6,7 +6,43 @@ "hpPosition": 1, "minBayNo": 2, "floors": 1, - "racks": [], + "racks": [{ + "type": "rack", + "id": "rack21", + "top": 256, + "left": 630, + "width": 917, + "height": 22, + "minBayNo": 2, + "maxBayNo": 42 + }, { + "type": "rack", + "id": "rack22", + "top": 278,//-48 ==>3 + "left": 630, + "width": 917, + "height": 22, + "minBayNo": 2, + "maxBayNo": 42 + }, { + "type": "rack", + "id": "rack23", + "top": 333, + "left": 630, + "width": 917, + "height": 22, + "minBayNo": 2, + "maxBayNo": 42 + }, { + "type": "rack", + "id": "rack24", + "top": 278,//-48 ==>3 + "left": 630, + "width": 917, + "height": 22, + "minBayNo": 2, + "maxBayNo": 42 + }], "rackDescs": [], "crns": [], "areas": [{ -- Gitblit v1.9.1