Commit Diff


commit - 9abfd3c8c2d3087a7ec4467f43eeb1dac3ac1fdb
commit + 06661576bf8bbb30ecf1c0fed63f628f5f9aee9b
blob - 16cd8b2e7beacef628837ac33feb2c62deba9d10
blob + 9239368bbe63ce2916fd2443515ecaccfa011442
--- src/ui_http.c
+++ src/ui_http.c
@@ -81,7 +81,7 @@ print_html_reports(struct reportq * reports) {
     printf("<th>Report ID</th>\n");
     printf("<th>Success %%</th>\n");
     printf("<th>Status</th>\n");
-    /*printf("<th>Created On</th>\n");*/
+    printf("<th>Created On</th>\n");
     printf("</tr>\n");
     tailq_report *report_item = NULL;
 	time_t prev_time = {0};
@@ -145,7 +145,7 @@ print_html_suites(struct suiteq * suites) {
     printf("<tr>\n");
     printf("<th>Testcase</th>\n");
     printf("<th>Status</th>\n");
-    printf("<th>Time Duration</th>\n");
+    printf("<th>Duration</th>\n");
     printf("<th>Time</th>\n");
     printf("</tr>\n");
     TAILQ_FOREACH(suite_item, suites, entries) {