Closedown
This commit is contained in:
@@ -332,7 +332,7 @@ public class TestingList extends Panel {
|
||||
}
|
||||
|
||||
public void addToTable(String deviceName, String deviceDescription, String testName){
|
||||
String sDate = getNow();
|
||||
String sDate = "";
|
||||
if(testName.equals("") || deviceName.equals("")) return;
|
||||
|
||||
ImageIcon icon = new ImageIcon(getClass().getResource("/icons/button_pause-16px.png"));
|
||||
|
||||
Reference in New Issue
Block a user