Skip to content

Commit

Permalink
Remove tech preview banner
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Apr 11, 2024
1 parent 129a5a6 commit 51ba5c3
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions spog/ui/src/console/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,34 +204,6 @@ fn authenticated_page(props: &ChildrenProperties) -> Html {

html!(
<Page {brand} {sidebar} {tools}>
<div class="pf-v5-c-banner pf-m-blue pf-v5-u-text-align-center">
{html!(
<Popover
target={html!{
<u style="cursor: pointer;">
{"Tech Preview"}
</u>
}}
body={html_nested!(
<PopoverBody
header={html!("Tech Preview")}
footer={html!(
<>
<p>
<a href={support_case_url.clone()} target="_blank">
{"Contact support"}{" "}
{Icon::ExternalLinkAlt}
</a>
</p>
</>
)}
>
<p>{"This feature is still in a Preview pre-release stage. You might find bugs or issues with availability, stability, data or performance."}</p>
</PopoverBody>
)}
/>
)}
</div>
{ props.children.clone() }
</Page>
)
Expand Down

0 comments on commit 51ba5c3

Please sign in to comment.