рефакторинг бекапов. бекапы для тестирования. бекапы по кнопке
++
This commit is contained in:
@@ -86,7 +86,10 @@ public class TestingMenuBar extends VisualiserMenuBar {
|
||||
});
|
||||
addSeparator();
|
||||
serverAdminLabel = addLabel(" управление сервером ");
|
||||
addPasses(PassCode.StartTestingServer, PassCode.ShutdownTestingServer, PassCode.PublishTestingServer);
|
||||
addPasses(PassCode.StartTestingServer,
|
||||
PassCode.ShutdownTestingServer,
|
||||
PassCode.PublishTestingServer,
|
||||
PassCode.TestingServerBackUp);
|
||||
}
|
||||
public void ShowAutoCheckTesting() {
|
||||
autorefreshButton.setIcon(Utils_.getIcon(Global.normalProperties.AutoCheckTesting ? "/Common/icons/Pick.png" : "/Common/icons/NotPick.png"));
|
||||
|
||||
Reference in New Issue
Block a user