Merge branch 'ent-4980-No-cambia-el-Shape-de-los-fictional-nodes-de-Circle-a-Square-Rhombus-en-un-mapa-de-red' into 'develop'
Ent 4980 no cambia el shape de los fictional nodes de circle a square rhombus en un mapa de red See merge request artica/pandorafms!2896
This commit is contained in:
commit
c30e9eb1fe
|
@ -1658,7 +1658,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 {
|
||||||
|
@ -2960,7 +2959,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…
Reference in New Issue