Browse Source

更新 'templates/optim.html'

nemo0526 3 years ago
parent
commit
953fc8abf3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      templates/optim.html

+ 3 - 1
templates/optim.html

@@ -6,7 +6,7 @@
 
 
 {% block body %}
-   <div id="select_histories">
+<div id="select_histories">
         <div id="select_histories_1">
             <select>
                 <option></option>
@@ -18,6 +18,7 @@
     </div>
      <div id="tower_temperature">
         <div scr="hot_water" style="width: 300px;height:300px;color: #26b72b;float:left">熱水溫度</div>
+          <h1>Item ID: {{ temp }}</h1>
         <div id="cold_water" style="width: 300px;height:300px;color: #8600FF;float:left">冷水溫度</div>
         <div id="wet_water" style="width: 300px;height:300px;color: #737300;float:left">濕球溫度</div>
     </div>
@@ -124,4 +125,5 @@ tr:nth-child(even) {
             });
     
     </script> 
+
 {% endblock %}