Skip to content

Commit

Permalink
Add missing alert in recipes page (#12069)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Aug 7, 2022
1 parent ff41ba1 commit 5f2e277
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

<zone Name="Title"><h1>@RenderTitleSegments(T["Recipes"])</h1></zone>

<p class="alert alert-warning">@T["The current tenant will be reloaded when the recipe is executed."]</p>

<form autocomplete="off" class="position-sticky action-bar">
<div class="card mb-3">
<div class="card-body bg-primary p-3">
Expand Down

0 comments on commit 5f2e277

Please sign in to comment.