10953-New styles local component
This commit is contained in:
parent
2e424cef62
commit
6bb8e9cbab
|
@ -692,24 +692,20 @@ push_table_row($data, 'server-plugin-pluginRow-snmpRow');
|
||||||
|
|
||||||
// The creation of this fields will be dynamically.
|
// The creation of this fields will be dynamically.
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = html_print_label_input_block(
|
$data[0] = 'field0';
|
||||||
'field0',
|
$data[1] = html_print_input_text_extended(
|
||||||
html_print_input_text_extended(
|
'field0_snmp_field',
|
||||||
'field0_snmp_field',
|
'',
|
||||||
'',
|
'field0_snmp_fields',
|
||||||
'field0_snmp_fields',
|
'',
|
||||||
'',
|
30,
|
||||||
30,
|
255,
|
||||||
255,
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
true
|
||||||
true
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$data[1] = '';
|
|
||||||
|
|
||||||
push_table_row($data, 'plugin-snmp-fields-dynamicMacroRow-pluginRow-snmpRow-0');
|
push_table_row($data, 'plugin-snmp-fields-dynamicMacroRow-pluginRow-snmpRow-0');
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -906,22 +902,19 @@ push_table_row($data, 'server-plugin-pluginRow-wmiRow');
|
||||||
|
|
||||||
// The creation of this fields will be dynamically.
|
// The creation of this fields will be dynamically.
|
||||||
$data = [];
|
$data = [];
|
||||||
$data[0] = html_print_label_input_block(
|
$data[0] = 'field0';
|
||||||
'field0',
|
$data[1] = html_print_input_text_extended(
|
||||||
html_print_input_text_extended(
|
'field0_wmi_field',
|
||||||
'field0_wmi_field',
|
'',
|
||||||
'',
|
'field0_wmi_fields',
|
||||||
'field0_wmi_fields',
|
'',
|
||||||
'',
|
30,
|
||||||
30,
|
255,
|
||||||
255,
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
'',
|
true
|
||||||
true
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
$data[1] = '';
|
|
||||||
|
|
||||||
push_table_row($data, 'plugin-wmi-fields-dynamicMacroRow-pluginRow-wmiRow-0');
|
push_table_row($data, 'plugin-wmi-fields-dynamicMacroRow-pluginRow-wmiRow-0');
|
||||||
|
|
||||||
|
|
|
@ -12239,16 +12239,19 @@ div.parent_graph > p.legend_background > table > tbody > tr {
|
||||||
align-items: flex-start !important;
|
align-items: flex-start !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr[id^="network_component-plugin-wmi-fields-dynamicMacroRow-"] > td:first-child,
|
||||||
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"]
|
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"]
|
||||||
> td:first-child {
|
> td:first-child {
|
||||||
padding-bottom: 0px !important;
|
padding-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr[id^="network_component-plugin-wmi-fields-dynamicMacroRow-"] > td:last-child,
|
||||||
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"]
|
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"]
|
||||||
> td:last-child {
|
> td:last-child {
|
||||||
padding-top: 0px !important;
|
padding-top: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr[id^="network_component-plugin-wmi-fields-dynamicMacroRow-"] input,
|
||||||
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
|
tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue