Configurator

App Location: {{ appLoc }}

@if (needsLogin) {

Please log in first

} @if (!needsLogin) {
Loading contexts... Loading contexts...

Select JSON file to upload (json build file preloaded):

@if (isJsonSubmitted) { JSON Submitted Successfully }

Select SAS file to upload:

@if (downloadFileBtn) { }
@if (jobLog.length > 0) {

File execute completed


} @if (makeDataResponse.length > 0) {

Create Database Completed


@if (makeDataResponse.length > 0) {
{{ makeDataResponse }}
} @if (validationState !== 'none' || isValidating) {
@if (isValidating) { Validating deploy... Validating deploy... } @if (!isValidating && validationState === 'error') { Validation failed } @if (!isValidating && validationState === 'success') { Validation succeeded }
} }
}