mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-18 14:49:31 +08:00
Init provisioning polling after successful cloning tasks [SCI-9796] (#6758)
This commit is contained in:
parent
44a8fc06b3
commit
4df097b251
1 changed files with 1 additions and 0 deletions
|
|
@ -615,6 +615,7 @@ var ExperimnetTable = {
|
||||||
this.appendRows(result.data);
|
this.appendRows(result.data);
|
||||||
this.initDueDatePicker(result.data);
|
this.initDueDatePicker(result.data);
|
||||||
this.handleNoResults();
|
this.handleNoResults();
|
||||||
|
this.initProvisioningStatusPolling();
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|
||||||
InfiniteScroll.init(this.table, {
|
InfiniteScroll.init(this.table, {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue