Sfoglia il codice sorgente

HUE-8695 [importer] Do not show the command but submit when clicking on submit button

Romain Rigaux 6 anni fa
parent
commit
716ef9f6eb

+ 1 - 1
desktop/libs/indexer/src/indexer/templates/importer.mako

@@ -2866,7 +2866,7 @@ ${ assist.assistPanel() }
           "source": ko.mapping.toJSON(self.source),
           "destination": ko.mapping.toJSON(self.destination),
           "start_time": ko.mapping.toJSON((new Date()).getTime()),
-          "show_command": ko.mapping.toJSON(options.show || '')
+          "show_command": options.show || ''
         }, function (resp) {
           self.indexingStarted(false);
           if (resp.status === 0) {