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:
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();
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: