File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
storage/ndb/mcc/frontend/js/mcc Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1587,7 +1587,6 @@ function startCluster() {
1587
1587
++ currseq ;
1588
1588
updateProgressAndStartNext ( ) ;
1589
1589
} else {
1590
- mcc . util . dbg ( commands [ currseq ] . isDone ) ;
1591
1590
mcc . util . dbg ( "returned false for " + commands [ currseq ] . progTitle )
1592
1591
timeout = setTimeout ( onTimeout , 2000 ) ;
1593
1592
}
@@ -1607,7 +1606,6 @@ function startCluster() {
1607
1606
1608
1607
function onReply ( rep ) {
1609
1608
mcc . util . dbg ( "Got reply for: " + commands [ currseq ] . progTitle ) ;
1610
- mcc . util . dbg ( rep . body ) ;
1611
1609
// Start status polling timer after mgmd has been started
1612
1610
// Ignore errors since it may not be available right away
1613
1611
if ( currseq == 0 ) { mcc . gui . startStatusPoll ( false ) ; }
@@ -1742,7 +1740,6 @@ function stopCluster() {
1742
1740
function onReply ( rep ) {
1743
1741
mcc . util . dbg ( "Got reply for: " + commands [ currseq ] . progTitle ) ;
1744
1742
var cc = commands [ currseq ] ;
1745
- mcc . util . dbg ( rep . body , cc )
1746
1743
if ( cc . msg . isCommand ) {
1747
1744
result = cc . check_result ( rep ) ;
1748
1745
if ( result == "retry" ) {
Original file line number Diff line number Diff line change @@ -620,6 +620,7 @@ var configWizardPages = {
620
620
enter : function ( ) {
621
621
mcc . util . dbg ( "Enter configWizardDeployConfig" ) ;
622
622
mcc . configuration . setupContext ( ) . then ( function ( ) {
623
+ dijit . byId ( "configWizardInstallCluster" ) . setDisabled ( true ) ;
623
624
mcc . gui . deploymentTreeSetup ( ) ;
624
625
mcc . gui . startStatusPoll ( true ) ;
625
626
var clRunning = mcc . configuration . clServStatus ( ) ;
You can’t perform that action at this time.
0 commit comments