Files
server/opt/psa/admin/application/smb/views/scripts/app/install-progress.phtml
2026-01-07 20:52:11 +01:00

13 lines
475 B
PHTML

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<p><?php echo $this->lmsg('description'); ?></p>
<?= $this->requireJs('app/app/progress', [
'renderTo' => 'main',
'catalogId' => $this->catalogId,
'taskId' => $this->taskId,
'requestUrl' => '/smb/app/install-progress-data/taskId/' . $this->taskId,
'redirectUrl' => '/smb/service/index/resourceId/%resourceId%' . $this->additionalInstallParams,
'timeout' => 1000,
]) ?>