Skip to content

Commit

Permalink
frontend: Update feature comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
pschlan committed Aug 3, 2024
1 parent 73b990d commit dc70faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/misc/VariableMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getTextField(elem) {
return textField;
}
}
return undefined;
return null;
}

export default function VariableMenu() {
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/components/settings/SubscribeDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ export default function SubscribeDialog({ onClose }) {
</TableRow>
<TableRow>
<TableCell>{t('settings.subscribeDialog.maxRequestSize')}</TableCell>
<TableCell>8 KB</TableCell>
<TableCell>64 KB</TableCell>
<TableCell>256 KB</TableCell>
</TableRow>
<TableRow>
<TableCell>{t('settings.subscribeDialog.maxFailures')}</TableCell>
<TableCell>15</TableCell>
<TableCell>150</TableCell>
<TableCell>25</TableCell>
<TableCell>200</TableCell>
</TableRow>
<TableRow>
<TableCell>{t('settings.subscribeDialog.maxStatusPages')}</TableCell>
Expand Down

0 comments on commit dc70faa

Please sign in to comment.