2010-12-17 Sancho Lerena <slerena@artica.es>
* 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 ! git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3665 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
329774bb99
commit
0f4a721f2c
|
@ -1,3 +1,10 @@
|
|||
2010-12-17 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* 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 <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/control, DEBIAN/make_deb_package.sh, pandora_console.spec,
|
||||
|
|
|
@ -36,6 +36,8 @@ $user->hackinjectConfig();
|
|||
?>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name = "viewport" content = "width = device-width" />
|
||||
<title>Pandora FMS - <?php echo __('the Flexible Monitoring System (mobile version)'); ?></title>
|
||||
<link rel="stylesheet" href="include/style/main.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../include/styles/tip.css" type="text/css" />
|
||||
|
@ -199,4 +201,4 @@ $user->hackinjectConfig();
|
|||
$system->setSession('user', $user);
|
||||
//$system->sessionDestroy();
|
||||
ob_end_flush();
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue