no message
This commit is contained in:
@@ -39,6 +39,8 @@ public class SapforConfigurationDBTable extends iDBTable<SapforConfiguration> {
|
||||
protected void AdditionalInitColumns() {
|
||||
columns.get(4).setRenderer(TableRenderers.RendererAutoConfiguration);
|
||||
columns.get(4).setEditor(TableEditors.EditorAutoConfiguration);
|
||||
columns.get(4).setMinWidth(25);
|
||||
columns.get(4).setMaxWidth(25);
|
||||
columns.get(5).setMaxWidth(300);
|
||||
}
|
||||
};
|
||||
@@ -48,7 +50,7 @@ public class SapforConfigurationDBTable extends iDBTable<SapforConfiguration> {
|
||||
return new String[]{
|
||||
"имя",
|
||||
"автор",
|
||||
"авто",
|
||||
"",
|
||||
"группы",
|
||||
"тестов",
|
||||
"флаги"
|
||||
|
||||
Reference in New Issue
Block a user