add plc_nodeid and plc_siteid to history records so that the web templates can
[monitor.git] / web / MonitorWeb / monitorweb / templates / siteview.kid
index ea9a762..bf24fe5 100644 (file)
@@ -24,7 +24,7 @@ from links import *
                        </thead>
                        <tbody>
                                <tr py:for="i,site in enumerate(sitequery)">
-                                       <td nowrap="true"><a class="ext-link" href="${plc_site_uri(site.loginbase)}">
+                                       <td nowrap="true"><a class="ext-link" href="${plc_site_uri_id(site.plc_siteid)}">
                                                        <span class="icon">${site.loginbase}</span></a>
                                        </td>
                                        <td py:content="site.enabled"></td>