mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
N°5658 - Fix spinning wheel appearing on all application upgrade buttons - fix css
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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&c[menu]=iTopUpdate&maintenance=true</url>
|
||||
<url>$pages/UI.php?route=core_update.select_update_file&maintenance=true</url>
|
||||
<enable_admin_only>1</enable_admin_only>
|
||||
</menu>
|
||||
</menus>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user