Improve external task integration

This commit is contained in:
Frederic Guillot
2017-10-18 13:56:57 -07:00
parent 06ebe07ddd
commit bd695ae985
4 changed files with 5 additions and 31 deletions

View File

@@ -1,6 +1,8 @@
KB.component('external-task-view', function (containerElement, options) {
this.render = function () {
KB.dom(containerElement).html('<div id="external-task-view"><i class="fa fa-spinner fa-2x fa-pulse"></div>');
$.ajax({
cache: false,
url: options.url,