From fafcef7e854ec267cfddfc4bcd4a403a645eb3d8 Mon Sep 17 00:00:00 2001 From: marcos Date: Wed, 23 Jun 2021 17:35:16 +0200 Subject: [PATCH] se command sanpshot black theme --- pandora_console/operation/agentes/snapshot_view.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/snapshot_view.php b/pandora_console/operation/agentes/snapshot_view.php index 11bb4fcdd2..2308269532 100644 --- a/pandora_console/operation/agentes/snapshot_view.php +++ b/pandora_console/operation/agentes/snapshot_view.php @@ -79,13 +79,16 @@ if (!check_acl_one_of_groups($config['id_user'], $all_groups, 'AR')) { if ($refresh > 0) { $query = ui_get_url_refresh(false); echo ''; + if ($config['style'] === 'pandora_black') { + echo ''; + } } ?> <?php echo __('%s Snapshot data view for module (%s)', get_product_name(), $label); ?> - + "; echo __('Current data at %s', $last_timestamp);