Each HostQueueEntry in the database has a profile stored with it. Show
this in the Job View tab to indicate what profile was used in that job.

Signed-off-by: Nishanth Aravamudan <n...@us.ibm.com>
---
 .../client/src/autotest/afe/JobDetailView.java     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/frontend/client/src/autotest/afe/JobDetailView.java 
b/frontend/client/src/autotest/afe/JobDetailView.java
index a9abeba..e2b9ada 100644
--- a/frontend/client/src/autotest/afe/JobDetailView.java
+++ b/frontend/client/src/autotest/afe/JobDetailView.java
@@ -40,7 +40,7 @@ import java.util.Set;
 public class JobDetailView extends DetailView implements TableWidgetFactory, 
TableActionsListener {
     private static final String[][] JOB_HOSTS_COLUMNS = {
         {DataTable.CLICKABLE_WIDGET_COLUMN, ""}, // selection checkbox
-        {"hostname", "Host"}, {"full_status", "Status"},
+        {"hostname", "Host"}, {"profile", "Profile"}, {"full_status", 
"Status"},
         {"host_status", "Host Status"}, {"host_locked", "Host Locked"},
         // columns for status log and debug log links
         {DataTable.CLICKABLE_WIDGET_COLUMN, ""}, 
{DataTable.CLICKABLE_WIDGET_COLUMN, ""}
-- 
1.7.7.6


-- 
Nishanth Aravamudan <n...@us.ibm.com>
IBM Linux Technology Center

_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to