From 4b354bc18f539264d065a68450555455e97e7506 Mon Sep 17 00:00:00 2001 From: nengyuanzhang <13011132526@163.com> Date: Sat, 23 Dec 2023 21:59:37 +0800 Subject: [PATCH] updated view models in myems-admin --- CHANGELOG.md | 5 +- .../settings/category/category.model.html | 2 - .../combinedequipment.model.html | 83 +++++++++---------- .../views/settings/contact/contact.model.html | 8 -- .../settings/costcenter/costcenter.model.html | 2 +- .../settings/datasource/datasource.model.html | 13 +-- .../distributioncircuit.model.html | 5 -- .../distributionsystem.model.html | 1 - .../settings/equipment/equipment.model.html | 82 +++++++++--------- .../views/settings/space/space.model.html | 2 +- myems-modbus-tcp/README.md | 2 +- 11 files changed, 83 insertions(+), 122 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05817ce5..ad2ef0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - changed Related Parameters to Operating Characteristic Curve in myems-web - changed MultiTrendChart in myems-web - updated demo tariffs in database +- updated view models in myems-admin ### Fixed - fixed non-standard actions of microgrid in myems-api and myems-admin -- +- ### Removed - @@ -40,7 +41,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - fixed issue of aggregate_hourly_data_by_period in myems-api - fixed issues of on_delete actions in myems-api - fixed unused import issues in myems-api -- +- ### Removed - Removed google map api from myems-admin diff --git a/myems-admin/views/settings/category/category.model.html b/myems-admin/views/settings/category/category.model.html index ea0611d3..7309c15d 100644 --- a/myems-admin/views/settings/category/category.model.html +++ b/myems-admin/views/settings/category/category.model.html @@ -21,7 +21,6 @@ -
@@ -30,7 +29,6 @@
-
diff --git a/myems-admin/views/settings/combinedequipment/combinedequipment.model.html b/myems-admin/views/settings/combinedequipment/combinedequipment.model.html index fc33224c..15f5a74e 100644 --- a/myems-admin/views/settings/combinedequipment/combinedequipment.model.html +++ b/myems-admin/views/settings/combinedequipment/combinedequipment.model.html @@ -20,8 +20,6 @@
- -
@@ -29,49 +27,44 @@
-
-
-
-
- - {{$select.selected.name}} - -
-
-
-
-
-
-
-
- -
- {{'COMBINED_EQUIPMENT.INPUT_SVG' | translate}} -
-
-
-
-
-
- -
-
-
-
-
-
- {{'COMBINED_EQUIPMENT.INPUT_DESCRIPTION' | translate}} -
-
-
-
-
-
-
- -
-
-
+ +
+
+ + {{$select.selected.name}} + +
+
+
+
+
+
+
+ +
+ {{'COMBINED_EQUIPMENT.INPUT_SVG' | translate}} +
+
+
+
+
+ +
+
+
+
+
+ {{'COMBINED_EQUIPMENT.INPUT_DESCRIPTION' | translate}} +
+
+
+
+
+
+ +
+
+
+
+
+ + {{$select.selected.name}} + +
+
+
+
+
+
+
+ +
+ {{'EQUIPMENT.INPUT_SVG' | translate}} +
+
+
+
+
+ +
+
+
+
+
+ {{'EQUIPMENT.INPUT_DESCRIPTION' | translate}} +
+
+
+
+
+
+ +
+
+
- +
百度地图 Google Maps diff --git a/myems-modbus-tcp/README.md b/myems-modbus-tcp/README.md index f3105a27..e51f4fca 100644 --- a/myems-modbus-tcp/README.md +++ b/myems-modbus-tcp/README.md @@ -118,7 +118,7 @@ modbus-tcp ``` Data source connection example: ``` -{"host":"10.9.67.99","port":502, "interval_in_seconds":60]} +{"host":"10.9.67.99","port":502,"interval_in_seconds":60]} ``` Point address example: -- GitLab