Merge branch 'ent-10350-GISS-Pierden-acceso-a-Metaconsola-mientras-dura-la-ejecucion-de-pandoradb' into 'develop'
handling synchronizer instantiation when metaconsole is merging See merge request artica/pandorafms!5580
This commit is contained in:
commit
bcc1775b1b
|
@ -2862,7 +2862,7 @@ class ConsoleSupervisor
|
|||
return;
|
||||
}
|
||||
|
||||
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer();
|
||||
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer(true);
|
||||
$counts = $sync->getQueues(true);
|
||||
|
||||
if (count($counts) === 0) {
|
||||
|
@ -2919,7 +2919,7 @@ class ConsoleSupervisor
|
|||
return;
|
||||
}
|
||||
|
||||
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer();
|
||||
$sync = new PandoraFMS\Enterprise\Metaconsole\Synchronizer(true);
|
||||
$queues = $sync->getQueues();
|
||||
if (count($queues) === 0) {
|
||||
// Clean all.
|
||||
|
|
|
@ -58,7 +58,7 @@ body {
|
|||
}
|
||||
|
||||
a {
|
||||
color: #dc8100;
|
||||
color: #dc8100 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue