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:
commit
41730cbe58
|
@ -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>';
|
||||
|
|
Loading…
Reference in New Issue