From 8e7e12bb36988323b2123732c190983c44d07307 Mon Sep 17 00:00:00 2001 From: n0mjs710 Date: Sun, 9 Dec 2018 07:52:50 -0600 Subject: [PATCH] typo fix and copyright notice --- index_template.html | 4 ++-- web_tables.py | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/index_template.html b/index_template.html index 37484e9..ce3cca9 100755 --- a/index_template.html +++ b/index_template.html @@ -82,7 +82,7 @@
- Copyright (c) 2016, 2027, 2018
The Regents of the K0USY Group. All rights reserved. - + Copyright (c) 2016, 2027, 2018
The Founding Members of the K0USY Group. All rights reserved. + diff --git a/web_tables.py b/web_tables.py index fc4244f..22cdf25 100755 --- a/web_tables.py +++ b/web_tables.py @@ -391,10 +391,16 @@ def rts_update(p): if system in CTABLE['PEERS']: bgcolor = GREEN + if trx == 'RX': + bgcolor = GREEN + color = BLACK + else: + bgcolor = RED + color = WHITE if action == 'START': CTABLE['PEERS'][system][timeSlot]['TS'] = True - CTABLE['PEERS'][system][timeSlot]['COLOR'] = BLACK + CTABLE['PEERS'][system][timeSlot]['COLOR'] = color CTABLE['PEERS'][system][timeSlot]['BGCOLOR'] = bgcolor CTABLE['PEERS'][system][timeSlot]['TYPE'] = callType CTABLE['PEERS'][system][timeSlot]['SUB'] = sourceSub