diff --git a/pandora_console/extensions/agents_modules.php b/pandora_console/extensions/agents_modules.php index a1483862f1..0abde09010 100644 --- a/pandora_console/extensions/agents_modules.php +++ b/pandora_console/extensions/agents_modules.php @@ -686,7 +686,7 @@ function mainAgentsModules() echo ''; - echo "".__('Agents').' / '.__('Modules').''; + echo "".__('Agents').' / '.__('Modules').''; if ($hor_offset > 0) { $new_hor_offset = ($hor_offset - $block); diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 35e01c9d91..0e2cacd012 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -8446,3 +8446,6 @@ div.stat-win-spinner img { width: 100px; height: 100px; } +.lign_right { + text-align: right; +}