Skip to content

Commit c7b5e50

Browse files
committed
remove annotations from unneeded pages
1 parent da25f1f commit c7b5e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/controllers/container_project_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def download_summary_pdf
2626
private
2727

2828
def textual_group_list
29-
[%i[properties quota limits container_labels], %i[relationships smart_management annotations]]
29+
[%i[properties quota limits container_labels], %i[relationships smart_management]]
3030
end
3131
helper_method :textual_group_list
3232

app/controllers/persistent_volume_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def download_summary_pdf
2020
private
2121

2222
def textual_group_list
23-
[%i[properties claim_properties annotations], %i[relationships smart_management capacity]]
23+
[%i[properties claim_properties], %i[relationships smart_management capacity]]
2424
end
2525
helper_method :textual_group_list
2626

0 commit comments

Comments
 (0)