mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
fixed visual error
This commit is contained in:
parent
971f86601a
commit
4c5f220264
@ -651,7 +651,7 @@ class AgentsAlerts extends HTML
|
|||||||
$alias = db_get_row('tagente', 'id_agente', $agent['id_agente']);
|
$alias = db_get_row('tagente', 'id_agente', $agent['id_agente']);
|
||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
// Name of the agent.
|
// Name of the agent.
|
||||||
echo '<td class="bolder right">'.$alias['alias'].'</td>';
|
echo '<td class="bolder" style="text-align: right" >'.$alias['alias'].'</td>';
|
||||||
// Alerts of the agent.
|
// Alerts of the agent.
|
||||||
foreach ($templates as $tid => $tname) {
|
foreach ($templates as $tid => $tname) {
|
||||||
$anyfired = 0;
|
$anyfired = 0;
|
||||||
|
@ -467,10 +467,9 @@ function html_print_select_groups(
|
|||||||
$output = '';
|
$output = '';
|
||||||
|
|
||||||
global $config;
|
global $config;
|
||||||
|
$select2_css = 'select2.min';
|
||||||
|
|
||||||
if ($config['style'] === 'pandora') {
|
if ($config['style'] === 'pandora_black') {
|
||||||
$select2_css = 'select2.min';
|
|
||||||
} else {
|
|
||||||
$select2_css = 'select2_dark.min';
|
$select2_css = 'select2_dark.min';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user