issue-#1 #5

Merged
jonny merged 18 commits from issue-#1 into master 2020-12-16 15:48:56 +00:00
Showing only changes of commit 5f9096e6b2 - Show all commits

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