Merge pull request #18308 from win20/navigation-panel-settings-icon-issues
Fix issues with settings icon in nav panel
This commit is contained in:
commit
8c7c87f524
@ -73,5 +73,11 @@ class TwoFactorController extends AbstractController
|
||||
'backends' => $twoFactor->getAllBackends(),
|
||||
'missing' => $twoFactor->getMissingDeps(),
|
||||
]);
|
||||
|
||||
if ($this->response->isAjax()) {
|
||||
$this->response->addJSON('disableNaviSettings', true);
|
||||
} else {
|
||||
define('PMA_DISABLE_NAVI_SETTINGS', true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -884,7 +884,7 @@ textarea#partitiondefinition {
|
||||
|
||||
// for elements that should be revealed only via js
|
||||
.hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#list_server {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user