From f275cde74577d5bff54ffed8769f95a51c718e67 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Mon, 14 Aug 2023 11:50:06 +0200 Subject: [PATCH] #11843 Warning added message in cloud view --- pandora_console/godmode/wizards/Cloud.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pandora_console/godmode/wizards/Cloud.class.php b/pandora_console/godmode/wizards/Cloud.class.php index 4664b1a566..4c5074cd3c 100644 --- a/pandora_console/godmode/wizards/Cloud.class.php +++ b/pandora_console/godmode/wizards/Cloud.class.php @@ -220,6 +220,9 @@ class Cloud extends Wizard echo '
*'.__('All company names used here are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.').'
'; } + // Print Warning Message. + $this->printWarningMessage(); + return $result; }