Skip to content

Commit

Permalink
Updated kie logo with cluster logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaradityaraj committed Sep 19, 2024
1 parent d0432a2 commit fc79974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,22 @@
* under the License.
*/
import { Button } from "@patternfly/react-core/dist/js/components/Button";
import { Brand } from "@patternfly/react-core/dist/js/components/Brand";
import { Bullseye } from "@patternfly/react-core/dist/js/layouts/Bullseye";
import React from "react";
import kieLogo from "../../static/kie.svg";
import { OUIAProps, componentOuiaProps } from "../../ouiaTools";
import { Text, TextVariants } from "@patternfly/react-core/dist/js/components/Text";
import { Title, TitleSizes } from "@patternfly/react-core/dist/js/components/Title";
import { Page, PageSection } from "@patternfly/react-core/dist/js/components/Page";
import { EmptyState } from "@patternfly/react-core/dist/js/components/EmptyState";
import { EmptyState, EmptyStateIcon } from "@patternfly/react-core/dist/js/components/EmptyState";
import { ClusterIcon } from "@patternfly/react-icons/dist/js/icons/cluster-icon";

export const KeycloakUnavailablePage: React.FC<OUIAProps> = ({ ouiaId, ouiaSafe }) => {
return (
<Page>
<PageSection>
<Bullseye>
<EmptyState {...componentOuiaProps(ouiaId, "server-unavailable", ouiaSafe)}>
<Brand src={kieLogo} alt="KIE keycloak" heights={{ default: "100px" }} />
<EmptyStateIcon icon={ClusterIcon} />
<Title headingLevel="h1" size={TitleSizes["2xl"]}>
503: We couldn&apos;t contact the server
</Title>
Expand Down
40 changes: 0 additions & 40 deletions packages/runtime-tools-components/src/common/static/kie.svg

This file was deleted.

0 comments on commit fc79974

Please sign in to comment.