Skip to content

Commit 4b3de54

Browse files
committed
[secret-resource-param] frontend
1 parent ceb730c commit 4b3de54

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

js_modules/dagster-ui/packages/ui-core/src/resources/ResourceRoot.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ const ResourceConfig = (props: {
342342
</Tooltip>
343343
{isDefault && <Tag>Default</Tag>}
344344
{type === 'ENV_VAR' && <Tag intent="success">Env var</Tag>}
345+
{type === 'SECRET' && <Tag intent="warning">Secret</Tag>}
345346
</Box>
346347
</td>
347348
</tr>

0 commit comments

Comments
 (0)