Standardise variable names

This commit is contained in:
Jonathan Ervine 2020-12-16 14:21:22 +08:00
parent f79ca80094
commit 5f9096e6b2

View File

@ -16,7 +16,7 @@ def index():
def chartVersions():
chart = request.form['chart']
records = request.form['records']
namespace = request.form['ns']
ns = request.form['ns']
chartVersions = get_chartdata(namespace, chart, records)
table = chartVersionTable(chartVersions)
table.border = True