BS.Ecs.TaskDefChooser.showPopup = function()

in aws-ecs-server/src/main/resources/buildServerResources/ecsSettings.js [552:560]


    BS.Ecs.TaskDefChooser.showPopup = function(nearestElement, dataLoadUrl){
        var serializeParameters = BS.Clouds.Admin.CreateProfileForm.serializeParameters();
        serializeParameters += "&launchType=" + BS.Ecs.ProfileSettingsForm.$launchType.val();
        this.showPopupNearElement(nearestElement, {
            parameters: serializeParameters,
            url: dataLoadUrl,
            shift:{x:15,y:15}
        });
    };