formatting update

This commit is contained in:
Cort Buffington 2017-02-16 22:27:34 -06:00
parent f29a01290e
commit a86ba63d2d

View File

@ -72,7 +72,17 @@ def build_table():
stat = NETWORK[ipsc]['MASTER']['STATUS'] stat = NETWORK[ipsc]['MASTER']['STATUS']
master = NETWORK[ipsc]['LOCAL']['MASTER_PEER'] master = NETWORK[ipsc]['LOCAL']['MASTER_PEER']
stuff += '<br><br><table style="width:100%">' stuff += '<br><br><table style="width:90%">'
stuff += '<colgroup>\
<col style="width: 10%" />\
<col style="width: 20%" />\
<col style="width: 20%" />\
<col style="width: 10%" />\
<col style="width: 15%" />\
<col style="width: 15%" />\
<col style="width: 10%" />\
</colgroup>'
stuff += '<caption>{} '.format(ipsc) stuff += '<caption>{} '.format(ipsc)
if master: if master: