Skip to content

Commit

Permalink
947: Smaal layout improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben van Leeuwen committed May 24, 2024
1 parent a2f3947 commit 07db499
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pages/example-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import {
EuiFlexItem,
EuiPageHeader,
EuiSpacer,
EuiText,
} from '@elastic/eui';
import {
WfoJsonCodeBlock,
WfoUserInputForm,
} from '@orchestrator-ui/orchestrator-ui-components';
import type { InputForm } from '@orchestrator-ui/orchestrator-ui-components';
import { PROCESSES_ENDPOINT } from '@orchestrator-ui/orchestrator-ui-components';

export function ExampleFormPage() {
const router = useRouter();
Expand Down Expand Up @@ -132,11 +132,12 @@ export function ExampleFormPage() {
<EuiFlexItem>
<EuiPageHeader pageTitle="Example form" />
<EuiSpacer />
This page shows the form definition that a fictitious `$
{PROCESSES_ENDPOINT}`/test-name endpoint might return to request
userInput it needs and the form it is turned into. It shows the
form fields and their types, and how they are rendered in the
form.
<EuiText>
This page shows the form definition that a fictitious
/example-form endpoint might return to request user input it
needs. It shows the form fields and their types, and how
they are rendered in the form.
</EuiText>
<EuiSpacer />
<div>
<a
Expand Down

0 comments on commit 07db499

Please sign in to comment.