Fixed style in menu and views and upload new images
|
@ -27,7 +27,7 @@ $menu_godmode['class'] = 'godmode';
|
|||
if (check_acl ($config['id_user'], 0, "AW") || check_acl ($config['id_user'], 0, "AD")) {
|
||||
$menu_godmode["gagente"]["text"] = __('Resources');
|
||||
$menu_godmode["gagente"]["sec2"] = "godmode/agentes/modificar_agente";
|
||||
$menu_godmode["gagente"]["id"] = "god-agents";
|
||||
$menu_godmode["gagente"]["id"] = "god-resources";
|
||||
|
||||
if (check_acl ($config['id_user'], 0, "AW")) {
|
||||
$sub = array ();
|
||||
|
@ -86,7 +86,7 @@ if (check_acl ($config['id_user'], 0, "UM")) {
|
|||
if (check_acl ($config['id_user'], 0, "PM")) {
|
||||
$menu_godmode["gmodules"]["text"] = __('Configuration');
|
||||
$menu_godmode["gmodules"]["sec2"] = "godmode/modules/manage_network_templates";
|
||||
$menu_godmode["gmodules"]["id"] = "god-modules";
|
||||
$menu_godmode["gmodules"]["id"] = "god-configuration";
|
||||
|
||||
$sub = array ();
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 440 B |
After Width: | Height: | Size: 439 B |
After Width: | Height: | Size: 448 B |
After Width: | Height: | Size: 346 B |
After Width: | Height: | Size: 391 B |
After Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 448 B |
After Width: | Height: | Size: 448 B |
After Width: | Height: | Size: 422 B |
After Width: | Height: | Size: 448 B |
After Width: | Height: | Size: 422 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 408 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 430 B |
After Width: | Height: | Size: 348 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 405 B |
After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 378 B |
After Width: | Height: | Size: 351 B |
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 415 B |
After Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 499 B |
After Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 434 B After Width: | Height: | Size: 567 B |
After Width: | Height: | Size: 464 B |
After Width: | Height: | Size: 508 B |
After Width: | Height: | Size: 609 B |
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 683 B |
After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 393 B |
After Width: | Height: | Size: 422 B |
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 422 B |
After Width: | Height: | Size: 309 B |
After Width: | Height: | Size: 387 B |
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 387 B |
|
@ -135,90 +135,66 @@ li:hover ul { display: block; }
|
|||
|
||||
/* Icons specified here */
|
||||
#icon_oper-networkconsole {
|
||||
background: url(../../images/op_network.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_network.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-agents {
|
||||
border-top-right-radius: 5px;
|
||||
border-right-style: solid;
|
||||
border-right-width: 0px;
|
||||
background: url(../../images/op_monitoring.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_monitoring.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-events {
|
||||
background: url(../../images/op_events.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_events.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
/* users */
|
||||
#icon_oper-users {
|
||||
background: url(../../images/op_workspace.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_workspace.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
/* trap console */
|
||||
#icon_oper-snmpc, #icon_god-snmpc {
|
||||
background: url(../../images/op_snmp.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_snmp.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-reporting {
|
||||
background: url(../../images/op_reporting.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_reporting.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-gismaps {
|
||||
background: url(../../images/op_gis.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_gis.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-netflow {
|
||||
background: url(../../images/op_netflow.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_netflow.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-extensions, #icon_god-extensions {
|
||||
background: url(../../images/extensions.png) no-repeat 50% 50%;
|
||||
#icon_oper-extensions {
|
||||
background: url(../../images/extensions.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
/* Godmode images */
|
||||
#icon_god-gismaps {
|
||||
background: url(../../images/gm_gis.png) no-repeat 50% 50%;
|
||||
#icon_god-resources {
|
||||
background: url(../../images/gm_resources.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-agents {
|
||||
background: url(../../images/gm_monitoring.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-massive {
|
||||
background: url(../../images/gm_massive_operations.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-services {
|
||||
background: url(../../images/box.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-modules {
|
||||
background: url(../../images/gm_modules.png) no-repeat 50% 50%;
|
||||
#icon_god-configuration {
|
||||
background: url(../../images/gm_configuration.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-alerts {
|
||||
background: url(../../images/gm_alerts.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-dbmaint {
|
||||
background: url(../../images/gm_db.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_alerts.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-users {
|
||||
background: url(../../images/gm_users.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_users.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-reporting {
|
||||
background: url(../../images/reporting_edit.png) no-repeat 50% 50%;
|
||||
background: url(../../images/reporting_edit.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-servers {
|
||||
background: url(../../images/gm_servers.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-audit {
|
||||
background: url(../../images/gm_log.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-netflow {
|
||||
background: url(../../images/gm_netflow.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_servers.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-setup {
|
||||
background: url(../../images/gm_setup.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-policies {
|
||||
background: url(../../images/gm_policies.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-inventory {
|
||||
background: url(../../images/page_white_text.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-tag {
|
||||
background: url(../../images/tag_red.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_setup.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-events {
|
||||
background: url(../../images/gm_events.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_events.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-extensions {
|
||||
background: url(../../images/builder.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
#menu_container {
|
||||
|
|
|
@ -2953,6 +2953,10 @@ table#policy_modules td * {
|
|||
|
||||
.godmode{
|
||||
border-top: 4px solid !important;
|
||||
padding-bottom: 4px !important;
|
||||
border-bottom-right-radius: 5px;
|
||||
border-right-style: solid;
|
||||
border-right-width: 0px;
|
||||
}
|
||||
/* The items with the class 'spinner' will rotate */
|
||||
/* Not supported on IE9 and below */
|
||||
|
|