Skip to content

Commit

Permalink
Merge pull request #210 from overte-org/fix/domain_id_selection_rel
Browse files Browse the repository at this point in the history
Fixed lack of Domain ID selection buttons in server UI
  • Loading branch information
ksuprynowicz authored Oct 4, 2022
2 parents 24ec436 + c5c6505 commit 4c42c31
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions domain-server/resources/web/settings/js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,8 @@ $(document).ready(function(){
$('#' + Settings.GET_TEMPORARY_NAME_BTN_ID).show();
}

if (Settings.data.values.wizard.cloud_domain) {
$('#manage-cloud-domains-link').show();

var cloudWizardExit = qs["cloud-wizard-exit"];
if (cloudWizardExit != undefined) {
$('#cloud-domains-alert').show();
}

$(Settings.DOMAIN_ID_SELECTOR).siblings('span').append("</br><strong>Changing the domain ID for a Cloud Domain may result in an incorrect status for the domain on your Cloud Domains page.</strong>");
} else {
// append the domain selection modal
appendDomainIDButtons();
}
// append the domain selection modal
appendDomainIDButtons();

handleAction();
});
Expand Down

0 comments on commit 4c42c31

Please sign in to comment.