N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css

This commit is contained in:
Eric Espie
2023-05-03 10:17:04 +02:00
parent e16a32bad2
commit a972393685
3 changed files with 1 additions and 17 deletions

View File

@@ -130,7 +130,6 @@ 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);
}
@@ -160,7 +159,6 @@ 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);
}