Index: frontend/client/src/autotest/planner/HistoryTabDisplay.java |
diff --git a/frontend/client/src/autotest/planner/HistoryTabDisplay.java b/frontend/client/src/autotest/planner/HistoryTabDisplay.java |
new file mode 100644 |
index 0000000000000000000000000000000000000000..588804df5574d1839e9112fa5d659dc5d8741df2 |
--- /dev/null |
+++ b/frontend/client/src/autotest/planner/HistoryTabDisplay.java |
@@ -0,0 +1,13 @@ |
+package autotest.planner; |
+ |
+import autotest.common.ui.TabView; |
+ |
+ |
+public class HistoryTabDisplay extends TabView implements HistoryTab.Display { |
+ |
+ @Override |
+ public String getElementId() { |
+ return "history"; |
+ } |
+ |
+} |