summaryrefslogtreecommitdiff
path: root/web-app/static/diff.html
diff options
context:
space:
mode:
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" },
]
});
});