Update shared.js

This commit is contained in:
kasenvr 2020-10-13 18:54:15 -04:00 committed by GitHub
parent 5725a32200
commit 9624d3bb0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -501,17 +501,16 @@ function prepareAccessTokenPrompt(callback) {
} }
function createDomainIDPrompt(callback) { function createDomainIDPrompt(callback) {
swal( swal({
{ title: 'Finish Registering Domain',
title: 'Finish Registering Domain', type: 'input',
type: 'input', text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>',
text: 'Enter a label for this machine.</br></br>This will help you identify which domain ID belongs to which machine.</br></br>This is a required step for registration.</br></br>', showCancelButton: true,
showCancelButton: true, confirmButtonText: "Create",
confirmButtonText: "Create", closeOnConfirm: false,
closeOnConfirm: false, html: true
html: true }, function(inputValue) {
}, function(inputValue) { if (inputValue === false) {
if (inputValue === false) {
return false; return false;
} }