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

@@ -2,20 +2,6 @@
* @copyright Copyright (C) 2010-2023 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
$link-hover-color: #EA7D1E !default;
fieldset {
margin-top: 0;
legend {
margin-top: 0;
}
~ fieldset {
margin-top: 13px;
}
p, div {
margin: 7px 0;
}
}
#setup_msg {
font-size: 1.17rem;

View File

@@ -4,7 +4,7 @@
<menu id="iTopUpdate" xsi:type="WebPageMenuNode" _delta="define">
<rank>60</rank>
<parent>SystemTools</parent>
<url>$pages/UI.php?route=core_update.select_update_file&amp;c[menu]=iTopUpdate&amp;maintenance=true</url>
<url>$pages/UI.php?route=core_update.select_update_file&amp;maintenance=true</url>
<enable_admin_only>1</enable_admin_only>
</menu>
</menus>

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);
}