diff --git a/pandora_console/mobile/include/style/jquery.mobile-1.5.0-rc1.min.css b/pandora_console/mobile/include/style/jquery.mobile-1.5.0-rc1.min.css
index 2775545860..30db635f98 100644
--- a/pandora_console/mobile/include/style/jquery.mobile-1.5.0-rc1.min.css
+++ b/pandora_console/mobile/include/style/jquery.mobile-1.5.0-rc1.min.css
@@ -2696,7 +2696,7 @@ li.ui-block-e {
width: 100%;
float: none;
}
-@media (max-width: 35em) {
+@media (max-width: 480px) {
.ui-responsive > .ui-block-a,
.ui-responsive > .ui-block-b,
.ui-responsive > .ui-block-c,
@@ -4387,7 +4387,7 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
font-weight: 400;
}
}
-@media screen and (min-width: 35em), print {
+@media screen and (min-width: 480px), print {
.ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th,
.ui-table-reflow.ui-responsive tbody th,
@@ -4401,7 +4401,7 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
display: none;
}
}
-@media screen and (max-width: 35em) {
+@media screen and (max-width: 480px) {
.ui-table-reflow.ui-responsive td,
.ui-table-reflow.ui-responsive th {
width: 100%;
diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css
index d25a70eafa..70f782944b 100755
--- a/pandora_console/mobile/include/style/main.css
+++ b/pandora_console/mobile/include/style/main.css
@@ -3272,4 +3272,8 @@ table#list_servers tbody td span.data a {
input[name="login_btn"] {
line-height: 38px;
}
+
+ fieldset.databox.tactical_set table#table1 td img[src$="modules@svg.svg"] {
+ margin-left: 10px !important;
+ }
}
diff --git a/pandora_console/mobile/operation/services.php b/pandora_console/mobile/operation/services.php
index fd1fba0dce..3819f6084d 100644
--- a/pandora_console/mobile/operation/services.php
+++ b/pandora_console/mobile/operation/services.php
@@ -231,7 +231,7 @@ class Services
$name .= ''.__('Nonexistent. This element should be deleted').'';
} else {
$url = ui_get_full_url('mobile/index.php?page=agent&id='.$item->agent()->id_agente());
- $name = '';
+ $name = '';
if (((bool) $item->agent()->disabled()) === true) {
$disabled_element = true;
if (is_metaconsole() === true) {
@@ -296,7 +296,8 @@ class Services
);
}
- $name = '';
+ // $name = '';
+ $name = '';
if (((bool) $item->service()->disabled()) === true) {
$disabled_element = true;
if (is_metaconsole() === true) {
@@ -313,8 +314,7 @@ class Services
}
$name .= $item->service()->name();
- $name .= '';
-
+ // $name .= '';
if (((bool) $item->service()->disabled()) === true) {
$name .= ui_print_help_tip(
__('This element does not affect service weigth because is disabled.'),
@@ -338,7 +338,7 @@ class Services
$name .= ''.__('Nonexistent. This element should be deleted').'';
} else {
$url = ui_get_full_url('mobile/index.php?page=agent&id='.$item->agent()->id_agente());
- $name = '';
+ $name = '';
if (((bool) $item->module()->disabled()) === true) {
$disabled_element = true;