From 7c8b489857d5c6ae434d1bfe387dace728d7c0c9 Mon Sep 17 00:00:00 2001 From: smilerz Date: Mon, 22 Mar 2021 15:13:01 -0500 Subject: [PATCH] consolidated integration imports into url_import --- cookbook/templates/url_import.html | 36 +++++++++++++++++++----------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/cookbook/templates/url_import.html b/cookbook/templates/url_import.html index 145857d42..e9fdf40be 100644 --- a/cookbook/templates/url_import.html +++ b/cookbook/templates/url_import.html @@ -44,7 +44,7 @@ Manual -
+
@@ -89,13 +100,12 @@ Manual
-
+
-
-
@@ -542,7 +552,8 @@ recipe_json: undefined, recipe_tree: undefined, automatic: true, - recipe_app: 'tandoor' + recipe_app: 'DEFAULT', + recipe_files: [] }, directives: { tabindex: { @@ -669,7 +680,6 @@ }, importAppRecipe: function() { this.error = undefined - this.preview = false this.loading = true let formData = new FormData(); let files = []