mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Event migration warnings popups
This commit is contained in:
parent
dcea4d3b0b
commit
3d5ae6887c
@ -952,9 +952,16 @@ if (enterprise_installed() === true) {
|
|||||||
'pandora_command_center',
|
'pandora_command_center',
|
||||||
ENTERPRISE_DIR.'/include/javascript/'
|
ENTERPRISE_DIR.'/include/javascript/'
|
||||||
);
|
);
|
||||||
echo '<div class="view_events_merge_process_events">';
|
|
||||||
echo CommandCenterController::displayEventsProgress();
|
$commandCenter = 'CommandCenterController';
|
||||||
echo '</div>';
|
if (class_exists($commandCenter) === true) {
|
||||||
|
$events_merge_state = $commandCenter::displayEventsProgress();
|
||||||
|
if (empty($events_merge_state) === false) {
|
||||||
|
echo '<div class="view_events_merge_process_events">';
|
||||||
|
echo $events_merge_state;
|
||||||
|
echo '</div>';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$tittle_error = __('Errors');
|
$tittle_error = __('Errors');
|
||||||
echo '<div id="dialog-error-node-'.$config['metaconsole_node_id'].'" title="'.$tittle_error.'"></div>';
|
echo '<div id="dialog-error-node-'.$config['metaconsole_node_id'].'" title="'.$tittle_error.'"></div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user