Standardise variable names
This commit is contained in:
parent
f79ca80094
commit
5f9096e6b2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user