Standardise variable names
This commit is contained in:
parent
f79ca80094
commit
5f9096e6b2
@ -16,7 +16,7 @@ def index():
|
|||||||
def chartVersions():
|
def chartVersions():
|
||||||
chart = request.form['chart']
|
chart = request.form['chart']
|
||||||
records = request.form['records']
|
records = request.form['records']
|
||||||
namespace = request.form['ns']
|
ns = request.form['ns']
|
||||||
chartVersions = get_chartdata(namespace, chart, records)
|
chartVersions = get_chartdata(namespace, chart, records)
|
||||||
table = chartVersionTable(chartVersions)
|
table = chartVersionTable(chartVersions)
|
||||||
table.border = True
|
table.border = True
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user