From 84ed2c5a6a2668d37823744fa125ebb293470329 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 13 二月 2023 10:27:58 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/console.map.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index c336803..00f0885 100644
--- a/src/main/webapp/static/js/console.map.js
+++ b/src/main/webapp/static/js/console.map.js
@@ -1,5 +1,5 @@
 mapInfo = {
-    "mapName": "GZYNWCS",
+    "mapName": "GZFNWCS",
     "rackCount": 2,
     "crnCount": 1,
     "stbCount": 9,
@@ -8,7 +8,7 @@
     "floors": 1,
     "racks": [{
         "type": "rack",
-        "id": "rack1",
+        "id": "rack2",
         "top": 168,
         "left": 463,
         "width": 826,
@@ -17,7 +17,7 @@
         "maxBayNo": 18
     }, {
         "type": "rack",
-        "id": "rack2",
+        "id": "rack1",
         "top": 226,
         "left": 463,
         "width": 826,
@@ -27,16 +27,16 @@
     }],
     "rackDescs": [{
         "type": "rackDescs",
-        "id": "lb_desc2",
-        "text": "#2",
+        "id": "lb_desc1",
+        "text": "#1",
         "top": 253,
         "left": 1246,
         "width": 33,
         "height": 23
     }, {
         "type": "rackDescs",
-        "id": "lb_desc1",
-        "text": "#1",
+        "id": "lb_desc2",
+        "text": "#2",
         "top": 142,
         "left": 1249,
         "width": 30,

--
Gitblit v1.9.1