Skip to content

Commit

Permalink
BackendAPI: Add managed_by banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom committed Sep 16, 2024
1 parent 836a533 commit b40c707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/provider/admin/backend_apis/edit.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- content_for :page_header_title, 'Edit Backend'
- content_for :page_header_annotation do
= render partial: 'shared/annotations', locals: { resource: @backend_api, description: true, variant: :warning }

div class="pf-l-flex pf-m-column"
div class="pf-l-flex__item"
Expand Down
2 changes: 2 additions & 0 deletions app/views/provider/admin/backend_apis/show.html.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- content_for :page_header_title, 'Backend Overview'
- content_for :page_header_annotation do
= render partial: 'shared/annotations', locals: { resource: @backend_api, plain: true }

section.Section
.SettingsBox
Expand Down

0 comments on commit b40c707

Please sign in to comment.