mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css
This commit is contained in:
@@ -130,6 +130,7 @@ class UpdateController extends Controller
|
||||
$aParams['sTransactionId'] = $sTransactionId;
|
||||
|
||||
$this->AddSaas('css/backoffice/main.scss');
|
||||
$this->AddSaas('env-'.utils::GetCurrentEnvironment().'/itop-core-update/css/itop-core-update.scss');
|
||||
$this->m_sOperation = 'ConfirmUpdate';
|
||||
$this->DisplaySetupPage($aParams);
|
||||
}
|
||||
@@ -159,6 +160,7 @@ class UpdateController extends Controller
|
||||
];
|
||||
$this->AddLinkedScript(utils::GetAbsoluteUrlAppRoot().'setup/jquery.progression.js');
|
||||
$this->AddSaas('css/backoffice/main.scss');
|
||||
$this->AddSaas('env-'.utils::GetCurrentEnvironment().'/itop-core-update/css/itop-core-update.scss');
|
||||
$this->m_sOperation = 'UpdateCoreFiles';
|
||||
$this->DisplaySetupPage($aParams);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user