We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3aa9c commit fa9f713Copy full SHA for fa9f713
src/generic_ui/polymer/cloud-install.ts
@@ -26,7 +26,8 @@ Polymer({
26
this.injectBoundHTML(
27
ui.i18nSanitizeHtml(ui.i18n_t('CLOUD_INSTALL_LOGIN_MESSAGE')),
28
this.$.loginMessage);
29
-
+
30
+ ui.cloudInstallCancelDisabled = false;
31
this.$.getStartedOverlay.open();
32
},
33
showDigitalOceanAccountHelpOverlay: function() {
@@ -66,7 +67,6 @@ Polymer({
66
67
if (!this.$.installingOverlay.opened) {
68
this.closeOverlays();
69
ui.cloudInstallStatus = '';
- ui.cloudInstallCancelDisabled = false;
70
this.$.installingOverlay.open();
71
}
72
ui.cloudUpdate({
0 commit comments