summaryrefslogtreecommitdiff
path: root/web-app/static/diff.html
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-07-06 11:13:57 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-07-06 11:17:30 -0400
commited5a00bb42fdb24045c8610f27d52b36c39ea362 (patch)
tree7c10268c0e927a7b4b5872cf67b0fa704fe3e3b0 /web-app/static/diff.html
parent7d55e23cb4489709efe1b52b758c4b32afaa702b (diff)
web app: additional data in change result set
Diffstat (limited to 'web-app/static/diff.html')
-rw-r--r--web-app/static/diff.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/web-app/static/diff.html b/web-app/static/diff.html
index da32d74..55496a8 100644
--- a/web-app/static/diff.html
+++ b/web-app/static/diff.html
@@ -54,9 +54,8 @@ $(function() {
"lengthMenu" : [ [-1, 25, 50, 100], ["All", 25, 50, 100] ],
"ajax" : { dataSrc: "", url: get_url() },
"columns": [
- { "title" : "Reference Status", "data" : "ref_status" },
{ "title" : "Test Name", "data" : "test_name" },
- { "title" : "Compare To Status", "data" : "other_status" },
+ { "title" : "Change", "data" : "change_data" },
]
});
});