mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 08:43:53 +02:00
Merge pull request #209 from overte-org/fix/domain_id_selection
Fixed lack of Domain ID selection buttons in server UI
This commit is contained in:
commit
1892bab9ce
1 changed files with 2 additions and 13 deletions
|
@ -65,19 +65,8 @@ $(document).ready(function(){
|
||||||
$('#' + Settings.GET_TEMPORARY_NAME_BTN_ID).show();
|
$('#' + 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
|
// append the domain selection modal
|
||||||
appendDomainIDButtons();
|
appendDomainIDButtons();
|
||||||
}
|
|
||||||
|
|
||||||
handleAction();
|
handleAction();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue