2013-05-13 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css include/functions_treeview.php images/events_responses.png images/gm_setup.png images/policies_mc.png images/filter.png images/op_alerts.png images/network_mc.png images/enterprise.png images/profiles.png images/operation.png images/full_screen.png images/list.png images/gm_servers.png images/normal_screen.png images/database_history.png images/gm_policies.png images/gm_users.png images/server_export_mc.png images/custom_columns.png images/templates.png: Little fixes and images changes git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8126 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
|
@ -1,3 +1,28 @@
|
|||
2013-05-13 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/styles/pandora.css
|
||||
include/functions_treeview.php
|
||||
images/events_responses.png
|
||||
images/gm_setup.png
|
||||
images/policies_mc.png
|
||||
images/filter.png
|
||||
images/op_alerts.png
|
||||
images/network_mc.png
|
||||
images/enterprise.png
|
||||
images/profiles.png
|
||||
images/operation.png
|
||||
images/full_screen.png
|
||||
images/list.png
|
||||
images/gm_servers.png
|
||||
images/normal_screen.png
|
||||
images/database_history.png
|
||||
images/gm_policies.png
|
||||
images/gm_users.png
|
||||
images/server_export_mc.png
|
||||
images/custom_columns.png
|
||||
images/templates.png: Little fixes and images
|
||||
changes
|
||||
|
||||
2013-05-13 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/configurar_agente.php, include/functions_tags.php,
|
||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -951,6 +951,7 @@ function treeview_getData ($type) {
|
|||
|
||||
// Get SQL for the first tree branch
|
||||
function treeview_getFirstBranchSQL ($type, $id, $avariableGroupsIds, $statusSel, $search_free) {
|
||||
global $config;
|
||||
|
||||
if (empty($avariableGroupsIds)) {
|
||||
return false;
|
||||
|
|
|
@ -357,7 +357,7 @@ div#login_in, #login_f {
|
|||
#login_outer {
|
||||
-moz-box-shadow: 0px 0px 18px #ffffff;
|
||||
-webkit-box-shadow: 0px 0px 18px #ffffff;
|
||||
box-shadow: 0px 0px 18px rgba(200, 200, 200, 0.2);
|
||||
box-shadow: 0px 0px 18px #ffffff;
|
||||
padding: 3px;
|
||||
border-radius: 11px;
|
||||
width: 250px !important;
|
||||
|
|