no message

This commit is contained in:
2024-10-11 00:00:30 +03:00
parent a11b7711f7
commit f317ab1aa1
341 changed files with 1866 additions and 1688 deletions

View File

@@ -3,7 +3,7 @@ import Common.Current_;
import Common.Database.Objects.DBObject;
import Common.Database.Tables.DBTable;
import Common.Database.Database;
import Common.Visual.CommonUI;
import Common.Visual.UI_;
import _VisualDVM.ServerObjectsCache.VisualCaches;
import _VisualDVM.Repository.RepositoryServer;
import _VisualDVM.Repository.Server.ServerCode;
@@ -37,7 +37,7 @@ public class DeleteServerObjects <S extends RepositoryServer, D extends DBObject
DBTable table =getDb().tables.get(d);
if (table.getCheckedCount()>0) {
target = table.getCheckedKeys();
return CommonUI.Warning(table.getCheckedCount()+" объектов будет удален(о).");
return UI_.Warning(table.getCheckedCount()+" объектов будет удален(о).");
}
else {
if (Current_.Check(Log, table.CurrentName())){