отображение машины и ползователя на вкладке тестирования.
This commit is contained in:
@@ -77,11 +77,13 @@ public class UsersDBTable extends iDBTable<User> {
|
||||
public void ShowCurrentObject() throws Exception {
|
||||
super.ShowCurrentObject();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
UI.testingBar.ShowUser();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCurrentObject() throws Exception {
|
||||
super.ShowNoCurrentObject();
|
||||
UI.getMainWindow().ShowCredentials();
|
||||
UI.testingBar.ShowNoUser();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user