mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed bug with shape in fictional nodes in network maps
This commit is contained in:
parent
aa4ae996d2
commit
5dc9843e89
@ -1655,7 +1655,6 @@ class NetworkMap
|
|||||||
$node['style']['label'] = $node['name'];
|
$node['style']['label'] = $node['name'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$node['style']['shape'] = 'circle';
|
|
||||||
if (isset($source_data['color'])) {
|
if (isset($source_data['color'])) {
|
||||||
$item['color'] = $source_data['color'];
|
$item['color'] = $source_data['color'];
|
||||||
} else {
|
} else {
|
||||||
@ -2957,7 +2956,7 @@ class NetworkMap
|
|||||||
'',
|
'',
|
||||||
0,
|
0,
|
||||||
true
|
true
|
||||||
).' <span id="shape_icon_in_progress" style="display: none;">'.html_print_image('images/spinner.gif', true).'</span><span id="shape_icon_correct" style="display: none;">'.html_print_image('images/dot_green.png', true).'</span><span id="shape_icon_fail" style="display: none;">'.html_print_image('images/dot_red.png', true).'</span>';
|
).' <span id="shape_icon_in_progress" style="display: none;">'.html_print_image('images/spinner.gif', true).'</span><span id="shape_icon_correct" style="display: none;">'.html_print_image('images/success.png', true, ['width' => '18px']).'</span><span id="shape_icon_fail" style="display: none;">'.html_print_image('images/icono-bad.png', true, ['width' => '18px']).'</span>';
|
||||||
$table->data['node_name'][0] = __('Name');
|
$table->data['node_name'][0] = __('Name');
|
||||||
$table->data['node_name'][1] = html_print_input_text(
|
$table->data['node_name'][1] = html_print_input_text(
|
||||||
'edit_name_node',
|
'edit_name_node',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user