Inventory page testing

This commit is contained in:
redref
2017-02-04 22:21:01 +01:00
parent 709d14e9a2
commit 507df87234
2 changed files with 52 additions and 6 deletions

View File

@@ -418,12 +418,12 @@ def inventory_ajax(env):
total = len(fact_data)
return render_template(
'inventory.json.tpl',
draw=draw,
total=total,
total_filtered=total,
fact_data=fact_data,
columns=fact_names)
'inventory.json.tpl',
draw=draw,
total=total,
total_filtered=total,
fact_data=fact_data,
columns=fact_names)
@app.route('/node/<node_name>/',