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