Merge branch 'ent-6339-Monitors-View-Metaconsole' into 'develop'

Ent 6339 monitors view metaconsole

See merge request artica/pandorafms!3676
This commit is contained in:
Daniel Rodriguez 2020-12-23 11:46:00 +01:00
commit 41730cbe58
1 changed files with 0 additions and 8 deletions

View File

@ -594,10 +594,6 @@ $table->data[2][5] = html_print_input_text('min_hours_status', $min_hours_val, '
$table->data[3][0] = '<span id="datatypetittle" ';
if (!$_GET['sort']) {
$table->data[3][0] .= 'style="display:none"';
}
$table->data[3][0] .= '>'.__('Data type').'</span>';
@ -672,10 +668,6 @@ switch ($moduletype) {
$a = db_get_all_rows_sql($sql);
$table->data[3][1] .= '<select id="datatype" name="datatype" ';
if (!$_GET['sort']) {
$table->data[3][1] .= 'style="display:none"';
}
$table->data[3][1] .= '>';
$table->data[3][1] .= '<option name="datatype" value="">'.__('All').'</option>';