diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 963b28d6c5..d8e92bcb6c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-12-17 Sancho Lerena + + * pandora_console.spec, + pandora_console.redhat.spec: Fixed minor details, preparing 3.2 release. + + * mobile/index.php: Fixed width problem with Android. Ready to be used ! + 2010-12-16 Miguel de Dios * DEBIAN/control, DEBIAN/make_deb_package.sh, pandora_console.spec, diff --git a/pandora_console/mobile/index.php b/pandora_console/mobile/index.php index 098957157c..686a58185d 100644 --- a/pandora_console/mobile/index.php +++ b/pandora_console/mobile/index.php @@ -36,6 +36,8 @@ $user->hackinjectConfig(); ?> + + Pandora FMS - <?php echo __('the Flexible Monitoring System (mobile version)'); ?> @@ -199,4 +201,4 @@ $user->hackinjectConfig(); $system->setSession('user', $user); //$system->sessionDestroy(); ob_end_flush(); -?> \ No newline at end of file +?> diff --git a/pandora_console/pandora_console.redhat.spec b/pandora_console/pandora_console.redhat.spec index a470145e9e..2c025454a6 100755 --- a/pandora_console/pandora_console.redhat.spec +++ b/pandora_console/pandora_console.redhat.spec @@ -39,7 +39,7 @@ Requires: graphviz Provides: %{name}-%{version} %description -The Web Console is a web application that allows to see graphical reports, state of every agent, also to access to the information sent by the agent, to see every monitored parameter and to see its evolution throughout the time, to form the different nodes, groups and users of the system. It is the part that interacts with the final user, and that will allows you to administer the system. +The Web Console is a web application that allows to see graphical reports, state of every agent, also to access to the information sent by the agent, to see every monitored parameter and to see its evolution throughout the time, to form the different nodes, groups and users of the system. It is the part that interacts with the final user, and that will allows you to administer the system. %prep rm -rf $RPM_BUILD_ROOT diff --git a/pandora_console/pandora_console.spec b/pandora_console/pandora_console.spec index 272b97991f..b908283869 100755 --- a/pandora_console/pandora_console.spec +++ b/pandora_console/pandora_console.spec @@ -36,7 +36,7 @@ Requires: php-pear-db, php-pear-xml_rpc, php5-zip Provides: %{name}-%{version} %description -Pandora FMS Console is a web application to manage Pandora FMS. Console allows to see graphical reports, state of every agent, also to access to the information sent by the agent, to see every monitored parameter and to see its evolution throughout the time, to form the different nodes, groups and users of the system. It is the part that interacts with the final user, and that will allows you to administer the system. +Pandora FMS Console is a web application to manage Pandora FMS. Console allows to see graphical reports, state of every agent, also to access to the information sent by the agent, to see every monitored parameter and to see its evolution throughout the time, to form the different nodes, groups and users of the system. It is the part that interacts with the final user, and that will allows you to administer the system. %prep rm -rf $RPM_BUILD_ROOT