Skip to content

Commit da25f1f

Browse files
committed
remove annotations for pages that shouldnt have it
1 parent 0752e69 commit da25f1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/controllers/container_build_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ContainerBuildController < ApplicationController
1010
private
1111

1212
def textual_group_list
13-
[%i[properties container_labels], %i[relationships smart_management], %i[build_instances annotations]]
13+
[%i[properties container_labels], %i[relationships smart_management], %i[build_instances]]
1414
end
1515
helper_method :textual_group_list
1616

app/controllers/container_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def show_list
1414
private
1515

1616
def textual_group_list
17-
[%i[properties relationships smart_management], %i[env limits annotations]]
17+
[%i[properties relationships smart_management], %i[env limits]]
1818
end
1919
helper_method :textual_group_list
2020

app/controllers/container_image_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def textual_group_list
1111
[
1212
%i[properties container_labels compliance],
1313
%i[relationships smart_management configuration openscap_failed_rules],
14-
%i[env container_docker_labels annotations]
14+
%i[env container_docker_labels]
1515
]
1616
end
1717
helper_method :textual_group_list

app/controllers/container_image_registry_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def download_summary_pdf
2424
private
2525

2626
def textual_group_list
27-
[%i[properties], %i[relationships smart_management annotations]]
27+
[%i[properties], %i[relationships smart_management]]
2828
end
2929
helper_method :textual_group_list
3030

0 commit comments

Comments
 (0)