no message

This commit is contained in:
2023-12-17 17:27:23 +03:00
parent 0c513cec5e
commit 3efeb28919
4 changed files with 6 additions and 60 deletions

View File

@@ -50,6 +50,6 @@ public abstract class ActualizeTestingPackages<P extends TestingPackage> extends
}
@Override
protected void showDone() throws Exception {
getTable().ShowUI(); ///RefreshUI()
getTable().RefreshUI();
}
}

View File

@@ -17,7 +17,7 @@ import java.util.Date;
public class DownloadDVMPackage extends TestingSystemPass<DVMPackage> {
@Override
public String getIconPath() {
return "/icons/ComponentsActual.png";
return "/icons/DownloadBugReport.png";
}
@Override
public String getButtonText() {