From 80c8a3dd39697a2f8d3cf7360300de3cf60c9d82 Mon Sep 17 00:00:00 2001 From: Waldek Date: Wed, 13 Oct 2021 08:43:34 +0200 Subject: [PATCH] small update --- templates/main_table.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/main_table.html b/templates/main_table.html index 58702ba..ae8ec7c 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -87,7 +87,8 @@    Hardware: {{_cdata['PACKAGE_ID'] }}
   Soft_Ver: {{_cdata['SOFTWARE_ID'] }}
   Info: {{_cdata['LOCATION']}} -
   Master: {{_master}} +
   Master: {{_master}} +
   Time connected: {{ _cdata['CONNECTED'] }}   {% endfor %} {% endif %}