no message
This commit is contained in:
@@ -4,6 +4,9 @@ import Common.Database.iDBTable;
|
||||
import Common.Global;
|
||||
import Common.UI.DataSetControlForm;
|
||||
import Common.UI.UI;
|
||||
import Common.UI.VisualCache.PackageCache;
|
||||
import Common.UI.VisualCache.VisualCache;
|
||||
import Common.UI.VisualCache.VisualCaches;
|
||||
|
||||
import java.util.Comparator;
|
||||
import java.util.Date;
|
||||
@@ -66,7 +69,7 @@ public class DVMPackageDBTable extends iDBTable<DVMPackage> {
|
||||
"Машина",
|
||||
"Пользователь",
|
||||
"DVM",
|
||||
"конфигурации",
|
||||
"Конфигурации",
|
||||
"Задач",
|
||||
"Ядер",
|
||||
"Прогресс",
|
||||
@@ -77,6 +80,7 @@ public class DVMPackageDBTable extends iDBTable<DVMPackage> {
|
||||
}
|
||||
@Override
|
||||
public Object getFieldAt(DVMPackage object, int columnIndex) {
|
||||
PackageCache cache = (PackageCache) VisualCaches.GetCache(object);
|
||||
switch (columnIndex) {
|
||||
case 2:
|
||||
return object.sender_name;
|
||||
@@ -87,7 +91,7 @@ public class DVMPackageDBTable extends iDBTable<DVMPackage> {
|
||||
case 5:
|
||||
return object.version;
|
||||
case 6:
|
||||
return object.getConfigurationsDescriptions();
|
||||
return cache.getConfigurationsDescriptions();
|
||||
case 7:
|
||||
return object.tasksCount;
|
||||
case 8:
|
||||
|
||||
Reference in New Issue
Block a user