Improve external task integration
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user