Skip to content

Commit

Permalink
fix(ui): update wording and remove name editing in checks page
Browse files Browse the repository at this point in the history
  • Loading branch information
TCL735 committed Nov 13, 2019
1 parent f6dbfec commit 99b44ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion ui/src/alerting/components/CheckAlertingButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const CheckAlertingButton: FunctionComponent<Props> = ({
active={activeTab === 'queries'}
onClick={handleClick('queries')}
>
1. Query
1. Define Query
</Radio.Button>

<Radio.Button
Expand Down
10 changes: 0 additions & 10 deletions ui/src/alerting/components/builder/CheckMetaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ const CheckMetaCard: FC<Props> = ({
>
<BuilderCard.Header title="Properties" />
<BuilderCard.Body addPadding={true} autoHideScrollbars={true}>
<Form.Element label="Name">
<Input
autoFocus={true}
name="name"
onChange={handleChange}
placeholder="Name this check"
size={ComponentSize.Small}
value={check.name}
/>
</Form.Element>
<Grid>
<Grid.Row>
<Grid.Column widthSM={6}>
Expand Down

0 comments on commit 99b44ed

Please sign in to comment.