You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I edit graph template's item of HRULE or VRULE , I can change its color in item_edit page as below:
But When I edit graph's item of HRULE or VRULE, the color selector dispears in item_edit page, and I think it is unreasonable, as below:
HRULE and VRULE edit page should keep color option selector and other options in graph, as graph_template do.
how to resolv:
in graphs_items.php
line 601: $('#row_color_id').hide(); change to : $('#row_color_id').show();
line 613: $('#row_text_format').hide(); change to : $('#row_text_format').show();
line 618: $('#row_color_id').hide(); change to : $('#row_color_id').show();
line 630: $('#row_text_format').hide(); change to: $('#row_text_format').show();
The text was updated successfully, but these errors were encountered:
netniV
changed the title
HRULE and VRULE shoud have color option selector when one edit item of graph.
When editing HRULE and VRULE items, color selector was not presented
Feb 10, 2020
Version: Cacti 1.2.8, 1.2.9
When I edit graph template's item of HRULE or VRULE , I can change its color in item_edit page as below:

But When I edit graph's item of HRULE or VRULE, the color selector dispears in item_edit page, and I think it is unreasonable, as below:

HRULE and VRULE edit page should keep color option selector and other options in graph, as graph_template do.
how to resolv:$('#row_color_id').hide(); change to : $ ('#row_color_id').show();$('#row_text_format').hide(); change to : $ ('#row_text_format').show();$('#row_color_id').hide(); change to : $ ('#row_color_id').show();$('#row_text_format').hide(); change to: $ ('#row_text_format').show();
in graphs_items.php
line 601:
line 613:
line 618:
line 630:
The text was updated successfully, but these errors were encountered: