9555-Tablet
This commit is contained in:
parent
6f6a4f6e2e
commit
4e1c158879
|
@ -1311,6 +1311,7 @@ table.tactical_bars {
|
||||||
|
|
||||||
/*END-----------Network maps styles---------------------------------------*/
|
/*END-----------Network maps styles---------------------------------------*/
|
||||||
|
|
||||||
|
#error-dialog-button_close,
|
||||||
#logout_dialog-button_close {
|
#logout_dialog-button_close {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -1909,6 +1910,10 @@ table.tactical_bars tbody tr {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.tactical_bars * {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.progress_main {
|
.progress_main {
|
||||||
height: 2.5em;
|
height: 2.5em;
|
||||||
border: 2px solid #82b92e;
|
border: 2px solid #82b92e;
|
||||||
|
@ -2023,6 +2028,9 @@ table#last-activity > tbody > tr > td.cell_1 {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
padding-bottom: 2px !important;
|
padding-bottom: 2px !important;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
table#last-activity > tbody > tr > td.cell_2 {
|
table#last-activity > tbody > tr > td.cell_2 {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
@ -2465,6 +2473,7 @@ a.ui-textinput-clear-button.ui-button-icon-only.ui-button-right.ui-widget.ui-but
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#error-dialog a#error-dialog-button_close,
|
||||||
div#logout_dialog a#logout_dialog-button_close,
|
div#logout_dialog a#logout_dialog-button_close,
|
||||||
div#detail_event_dialog > div > div a#validate_button,
|
div#detail_event_dialog > div > div a#validate_button,
|
||||||
div#detail_event_dialog > div > div a#process_button,
|
div#detail_event_dialog > div > div a#process_button,
|
||||||
|
@ -2489,15 +2498,19 @@ div#detail_event_dialog > div > div a#process_button {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#error-dialog h1.dialog_title,
|
||||||
div#logout_dialog h1.dialog_title {
|
div#logout_dialog h1.dialog_title {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#error-dialog
|
||||||
|
div.ui-page-dialog-contain.ui-overlay-shadow.ui-corner-all.ui-body-a,
|
||||||
div#logout_dialog
|
div#logout_dialog
|
||||||
div.ui-page-dialog-contain.ui-overlay-shadow.ui-corner-all.ui-body-a {
|
div.ui-page-dialog-contain.ui-overlay-shadow.ui-corner-all.ui-body-a {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#error-dialog a#error-dialog-button_close,
|
||||||
div#logout_dialog a#logout_dialog-button_close {
|
div#logout_dialog a#logout_dialog-button_close {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
@ -2868,6 +2881,32 @@ table#list_visualmaps tr:last-child td {
|
||||||
border-bottom-right-radius: 8px;
|
border-bottom-right-radius: 8px;
|
||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table[id^="service-table-"] {
|
||||||
|
margin-top: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table[id^="service-table-"] tbody tr:nth-child(odd) {
|
||||||
|
background-color: var(--secondary-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.list_services h4 > a {
|
||||||
|
background-color: var(--secondary-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.agent-last-events ul li.ui-last-child {
|
||||||
|
border-top: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#list_servers tbody td .status_small_squares {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
table#list_servers tbody td span.data a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
color: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* =============================================================== */
|
/* =============================================================== */
|
||||||
/* ========================= For tablets ========================= */
|
/* ========================= For tablets ========================= */
|
||||||
/* =============================================================== */
|
/* =============================================================== */
|
||||||
|
@ -2976,4 +3015,261 @@ table#list_visualmaps tr:last-child td {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table#list_Modules > thead > tr {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
table#list_Modules > thead > tr > th {
|
||||||
|
display: initial !important;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: center;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
table#list_Modules > tbody > tr > td {
|
||||||
|
display: initial !important;
|
||||||
|
white-space: nowrap;
|
||||||
|
line-height: 48px;
|
||||||
|
height: 48px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
table#list_Modules > tbody > tr > td * {
|
||||||
|
font-size: 10pt !important;
|
||||||
|
}
|
||||||
|
table#list_Modules > tbody > tr > td span.align-none-10p {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
table#list_Modules > tbody > tr > td .status_rounded_rectangles {
|
||||||
|
width: 30px;
|
||||||
|
}
|
||||||
|
table#list_Modules > tbody > tr {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
table#list_Modules > thead > tr > th[data-colstart="1"],
|
||||||
|
table#list_Modules > tbody > tr > td.cell_0 {
|
||||||
|
width: 30%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
table#list_Modules > thead > tr > th[data-colstart="2"],
|
||||||
|
table#list_Modules > tbody > tr > td.cell_1 {
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
table#list_Modules > thead > tr > th[data-colstart="3"],
|
||||||
|
table#list_Modules > tbody > tr > td.cell_2 {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
table#list_Modules > thead > tr > th[data-colstart="4"],
|
||||||
|
table#list_Modules > tbody > tr > td.cell_3 {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
table#list_Modules > thead > tr > th[data-colstart="5"],
|
||||||
|
table#list_Modules > tbody > tr > td.cell_4 {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
table#list_Modules > thead > tr > th[data-colstart="6"],
|
||||||
|
table#list_Modules > tbody > tr > td.cell_5 {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#list_alerts > thead > tr {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
table#list_alerts > thead > tr > th {
|
||||||
|
display: initial !important;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: center;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
table#list_alerts > tbody > tr > td {
|
||||||
|
display: initial !important;
|
||||||
|
white-space: nowrap;
|
||||||
|
line-height: 48px;
|
||||||
|
height: 48px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
table#list_alerts > tbody > tr > td * {
|
||||||
|
font-size: 10pt !important;
|
||||||
|
}
|
||||||
|
table#list_alerts > tbody > tr > td span.align-none-10p {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
table#list_alerts > tbody > tr > td .status_rounded_rectangles {
|
||||||
|
width: 30px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
table#list_alerts > tbody > tr {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
table#list_alerts > thead > tr > th[data-colstart="1"],
|
||||||
|
table#list_alerts > tbody > tr > td.cell_0 {
|
||||||
|
width: 10%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
table#list_alerts > thead > tr > th[data-colstart="2"],
|
||||||
|
table#list_alerts > tbody > tr > td.cell_1 {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
table#list_alerts > thead > tr > th[data-colstart="3"],
|
||||||
|
table#list_alerts > tbody > tr > td.cell_2 {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table#list_alerts > thead > tr > th[data-colstart="4"],
|
||||||
|
table#list_alerts > tbody > tr > td.cell_3 {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table#list_alerts > tbody > tr > td.cell_1 > div {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
table#list_alerts > tbody > tr > td.cell_1 > div > span:first-child {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#list_agent_Modules > tbody > tr,
|
||||||
|
table#list_agent_Modules > thead > tr {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > thead > tr > th {
|
||||||
|
display: initial !important;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: center;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > tbody > tr > td {
|
||||||
|
display: initial !important;
|
||||||
|
white-space: nowrap;
|
||||||
|
line-height: 38px;
|
||||||
|
height: 48px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > tbody > tr > td * {
|
||||||
|
font-size: 10pt !important;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > tbody > tr > td span.align-none-10p {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > tbody > tr > td .status_rounded_rectangles {
|
||||||
|
width: 30px;
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > thead > tr > th[data-colstart="1"],
|
||||||
|
table#list_agent_Modules > tbody > tr > td.cell_0 {
|
||||||
|
width: 40%;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > thead > tr > th[data-colstart="2"],
|
||||||
|
table#list_agent_Modules > tbody > tr > td.cell_1 {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > thead > tr > th[data-colstart="3"],
|
||||||
|
table#list_agent_Modules > tbody > tr > td.cell_2 {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > thead > tr > th[data-colstart="4"],
|
||||||
|
table#list_agent_Modules > tbody > tr > td.cell_3 {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > thead > tr > th[data-colstart="5"],
|
||||||
|
table#list_agent_Modules > tbody > tr > td.cell_4 {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
table#list_agent_Modules > tbody > tr > td.cell_1 > div {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#module-dialog-popup {
|
||||||
|
height: 225px;
|
||||||
|
}
|
||||||
|
div#module-dialog div[role="main"] {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#list_module_data > thead > tr {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
table#list_module_data > thead > tr > th {
|
||||||
|
display: initial !important;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-align: left;
|
||||||
|
padding-left: 0px;
|
||||||
|
padding-right: 0px;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
table#list_module_data > tbody > tr > td {
|
||||||
|
display: initial !important;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
table#list_module_data > tbody > tr > td * {
|
||||||
|
font-size: 10pt !important;
|
||||||
|
}
|
||||||
|
table#list_module_data > tbody > tr > td span.align-none-10p {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
table#list_module_data > tbody > tr > td .status_rounded_rectangles {
|
||||||
|
width: 30px;
|
||||||
|
}
|
||||||
|
table#list_module_data > tbody > tr {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
table#list_module_data > thead > tr > th[data-colstart="1"],
|
||||||
|
table#list_module_data > tbody > tr > td.cell_0 {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
table#list_module_data > thead > tr > th[data-colstart="2"],
|
||||||
|
table#list_module_data > tbody > tr > td.cell_1 {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#list_servers tbody td .status_small_squares {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
table#list_servers tbody td span.data a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
color: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
table[id^="service-table-"] {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
table[id^="service-table-"] tbody td {
|
||||||
|
padding: 0px;
|
||||||
|
/* border: 0px !important; */
|
||||||
|
}
|
||||||
|
table[id^="service-table-"] tbody td:first-child {
|
||||||
|
padding-left: 10px;
|
||||||
|
border-left: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
table[id^="service-table-"] tbody td:last-child {
|
||||||
|
border-right: 1px solid var(--border-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
table#list_visualmaps tbody td {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
table#list_visualmaps thead th {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[name="login_btn"] {
|
||||||
|
line-height: 38px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -165,7 +165,7 @@ class Agent
|
||||||
$ui->beginContent();
|
$ui->beginContent();
|
||||||
if (empty($this->agent)) {
|
if (empty($this->agent)) {
|
||||||
$ui->contentAddHtml(
|
$ui->contentAddHtml(
|
||||||
'<span class="red">'.__('No agent found').'</span>'
|
'<span class="no-data">'.__('No agent found').'</span>'
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$ui->contentBeginGrid();
|
$ui->contentBeginGrid();
|
||||||
|
@ -369,7 +369,7 @@ class Agent
|
||||||
$ui->contentAddHtml("<a id='detail_event_dialog_hook' href='#detail_event_dialog' class='invisible'>detail_event_hook</a>");
|
$ui->contentAddHtml("<a id='detail_event_dialog_hook' href='#detail_event_dialog' class='invisible'>detail_event_hook</a>");
|
||||||
$ui->contentAddHtml("<a id='detail_event_dialog_error_hook' href='#detail_event_dialog_error' class='invisible'>detail_event_dialog_error_hook</a>");
|
$ui->contentAddHtml("<a id='detail_event_dialog_error_hook' href='#detail_event_dialog_error' class='invisible'>detail_event_dialog_error_hook</a>");
|
||||||
|
|
||||||
$ui->contentBeginCollapsible(sprintf(__('Last %s Events'), $system->getPageSize()));
|
$ui->contentBeginCollapsible(sprintf(__('Last %s Events'), $system->getPageSize()), 'agent-last-events');
|
||||||
$tabledata = $events->listEventsHtml(0, true, 'last_agent_events');
|
$tabledata = $events->listEventsHtml(0, true, 'last_agent_events');
|
||||||
$ui->contentCollapsibleAddItem($tabledata['table']);
|
$ui->contentCollapsibleAddItem($tabledata['table']);
|
||||||
$ui->contentCollapsibleAddItem($events->putEventsTableJS($this->id));
|
$ui->contentCollapsibleAddItem($events->putEventsTableJS($this->id));
|
||||||
|
@ -441,7 +441,7 @@ class Agent
|
||||||
$.mobile.loading('hide');
|
$.mobile.loading('hide');
|
||||||
var className = $('#list_agent_Modules').attr('class');
|
var className = $('#list_agent_Modules').attr('class');
|
||||||
if (document.getElementById('list_agent_Modules') == null) {
|
if (document.getElementById('list_agent_Modules') == null) {
|
||||||
$($('p.empty_advice')[0]).parent().html(r);
|
$($('p.no-data')[0]).parent().html(r);
|
||||||
className = 'ui-responsive table-stroke ui-table ui-table-reflow';
|
className = 'ui-responsive table-stroke ui-table ui-table-reflow';
|
||||||
} else {
|
} else {
|
||||||
$('#list_agent_Modules').parent().html(r);
|
$('#list_agent_Modules').parent().html(r);
|
||||||
|
|
|
@ -456,7 +456,7 @@ class Agents
|
||||||
$listAgents = $this->getListAgents($page);
|
$listAgents = $this->getListAgents($page);
|
||||||
|
|
||||||
if ($listAgents['total'] == 0) {
|
if ($listAgents['total'] == 0) {
|
||||||
$ui->contentAddHtml('<p class="color_ff0">'.__('No agents').'</p>');
|
$ui->contentAddHtml('<p class="no-data">'.__('No agents').'</p>');
|
||||||
} else {
|
} else {
|
||||||
$table = new Table();
|
$table = new Table();
|
||||||
$table->id = 'list_agents';
|
$table->id = 'list_agents';
|
||||||
|
|
|
@ -360,7 +360,7 @@ class Alerts
|
||||||
|
|
||||||
$ui = UI::getInstance();
|
$ui = UI::getInstance();
|
||||||
if (empty($table)) {
|
if (empty($table)) {
|
||||||
$html = '<p class="empty_advice">'.__('No alerts').'</p>';
|
$html = '<p class="no-data">'.__('No alerts').'</p>';
|
||||||
if (!$return) {
|
if (!$return) {
|
||||||
$ui->contentAddHtml($html);
|
$ui->contentAddHtml($html);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1188,7 +1188,7 @@ class Events
|
||||||
$table = new Table();
|
$table = new Table();
|
||||||
$table->id = $id_table;
|
$table->id = $id_table;
|
||||||
|
|
||||||
$no_events = '<p id="empty_advice_events" class="empty_advice invisible" class="invisible">'.__('No events').'</p>';
|
$no_events = '<p id="empty_advice_events" class="no-data invisible" class="invisible">'.__('No events').'</p>';
|
||||||
|
|
||||||
if (!$return) {
|
if (!$return) {
|
||||||
$ui->contentAddHtml($table->getHTML());
|
$ui->contentAddHtml($table->getHTML());
|
||||||
|
@ -1515,7 +1515,9 @@ class Events
|
||||||
if (data.events.length == 0) {
|
if (data.events.length == 0) {
|
||||||
$('#last_agent_events').css('visibility', 'hidden');
|
$('#last_agent_events').css('visibility', 'hidden');
|
||||||
$('#empty_advice_events').show();
|
$('#empty_advice_events').show();
|
||||||
}
|
} else {
|
||||||
|
$('#empty_advice_events').hide();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
\"json\");
|
\"json\");
|
||||||
}
|
}
|
||||||
|
|
|
@ -195,6 +195,7 @@ class Home
|
||||||
$this->loadButtons($ui);
|
$this->loadButtons($ui);
|
||||||
|
|
||||||
if (!empty($error)) {
|
if (!empty($error)) {
|
||||||
|
$error['dialog_id'] = 'error-dialog';
|
||||||
$ui->addDialog($error);
|
$ui->addDialog($error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -181,7 +181,7 @@ class ModuleData
|
||||||
|
|
||||||
$listData = $this->getListData($page);
|
$listData = $this->getListData($page);
|
||||||
if ($listData['total'] == 0) {
|
if ($listData['total'] == 0) {
|
||||||
$html = '<p class="empty_advice">'.__('No data').'</p>';
|
$html = '<p class="no-data">'.__('No data').'</p>';
|
||||||
if (!$return) {
|
if (!$return) {
|
||||||
$ui->contentAddHtml($html);
|
$ui->contentAddHtml($html);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -801,7 +801,7 @@ class Modules
|
||||||
|
|
||||||
$listModules = $this->getListModules($page);
|
$listModules = $this->getListModules($page);
|
||||||
if ($listModules['total'] == 0) {
|
if ($listModules['total'] == 0) {
|
||||||
$html = '<p class="empty_advice">'.__('No modules').'</p>';
|
$html = '<p class="no-data">'.__('No modules').'</p>';
|
||||||
if (!$return) {
|
if (!$return) {
|
||||||
$ui->contentAddHtml($html);
|
$ui->contentAddHtml($html);
|
||||||
} else {
|
} else {
|
||||||
|
@ -925,7 +925,6 @@ class Modules
|
||||||
}
|
}
|
||||||
|
|
||||||
function openDialog(moduleId, agentId, serverId) {
|
function openDialog(moduleId, agentId, serverId) {
|
||||||
console.log(1);
|
|
||||||
var graph = '';
|
var graph = '';
|
||||||
var historical = '';
|
var historical = '';
|
||||||
if (serverId === 'node') {
|
if (serverId === 'node') {
|
||||||
|
|
|
@ -368,7 +368,7 @@ class ServerStatus
|
||||||
|
|
||||||
$listServers = $this->getListServers($page);
|
$listServers = $this->getListServers($page);
|
||||||
if ($listServers['total'] == 0) {
|
if ($listServers['total'] == 0) {
|
||||||
$html = '<p class="empty_advice">'.__('No servers').'</p>';
|
$html = '<p class="no-data">'.__('No servers').'</p>';
|
||||||
if (!$return) {
|
if (!$return) {
|
||||||
$ui->contentAddHtml($html);
|
$ui->contentAddHtml($html);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -136,7 +136,7 @@ class Services
|
||||||
|
|
||||||
if (empty($this->services)) {
|
if (empty($this->services)) {
|
||||||
$ui->contentAddHtml(
|
$ui->contentAddHtml(
|
||||||
'<span class="color-red">'.__('No services found').'</span>'
|
'<span class="no-data">'.__('No services found').'</span>'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@ class Services
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($item->exists() !== true) {
|
if ($item->exists() !== true) {
|
||||||
$name .= '<strong class="red">'.__('Nonexistent. This element should be deleted').'</strong>';
|
$name .= '<strong class="no-data">'.__('Nonexistent. This element should be deleted').'</strong>';
|
||||||
} else {
|
} else {
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
'index.php?sec=eventos&sec2=operation/events/events&event_view_hr=8&severity=4&id_agent='.$item->agent()->id_agente()
|
'index.php?sec=eventos&sec2=operation/events/events&event_view_hr=8&severity=4&id_agent='.$item->agent()->id_agente()
|
||||||
|
@ -271,7 +271,7 @@ class Services
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
if ($item->exists() !== true) {
|
if ($item->exists() !== true) {
|
||||||
$name .= '<strong class="red">'.__('Nonexistent. This element should be deleted').'</strong>';
|
$name .= '<strong class="no-data">'.__('Nonexistent. This element should be deleted').'</strong>';
|
||||||
} else {
|
} else {
|
||||||
if (is_metaconsole()
|
if (is_metaconsole()
|
||||||
&& (((int) $item->id_server_meta()) !== 0 )
|
&& (((int) $item->id_server_meta()) !== 0 )
|
||||||
|
@ -337,7 +337,7 @@ class Services
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($item->exists() !== true) {
|
if ($item->exists() !== true) {
|
||||||
$name .= '<strong class="color-red">'.__('Nonexistent. This element should be deleted').'</strong>';
|
$name .= '<strong class="no-data">'.__('Nonexistent. This element should be deleted').'</strong>';
|
||||||
} else {
|
} else {
|
||||||
$url = ui_get_full_url(
|
$url = ui_get_full_url(
|
||||||
'index.php?sec=eventos&sec2=operation/events/events&event_view_hr=8&severity=4&id_agent='.$item->module()->id_agente().'&id_agent_module='.$item->id_agente_modulo()
|
'index.php?sec=eventos&sec2=operation/events/events&event_view_hr=8&severity=4&id_agent='.$item->module()->id_agente().'&id_agent_module='.$item->id_agente_modulo()
|
||||||
|
|
Loading…
Reference in New Issue