Skip to content

Commit

Permalink
feat: Release WebUI templates with notes (#9383)
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2345 authored May 21, 2024
1 parent 3bbb51a commit c4ebe5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/release-notes/webui-manage-templates.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:orphan:

**Improvements**

- WebUI: Allow users to create and manage configuration templates through the WebUI.
2 changes: 1 addition & 1 deletion webui/react/src/hooks/useFeature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const FEATURES: Record<ValidFeature, FeatureDescription> = {
friendlyName: 'Streaming Updates',
},
task_templates: {
defaultValue: false,
defaultValue: true,
description: 'Manage tempaltes through WebUI',
friendlyName: 'Manage Templates',
},
Expand Down

0 comments on commit c4ebe5e

Please sign in to comment.