Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(Template model): Added description to template #735

Merged
merged 3 commits into from
Sep 9, 2022

Conversation

Skraye
Copy link
Member

@Skraye Skraye commented Sep 9, 2022

Kestra do not support description for template.

Added the property in the Template model, then add test to verify the description is well handled

#721

close #721

@tchiotludo
Copy link
Member

Can you also add the description on Templates.vue please like here :

&nbsp;<markdown-tooltip
:id="row.item.namespace + '-' + row.item.id"
:description="row.item.description"
:title="row.item.namespace + '.' + row.item.id"
:modal="true"
/>
</template>

@tchiotludo tchiotludo merged commit a19b707 into kestra-io:develop Sep 9, 2022
@tchiotludo
Copy link
Member

You have forgot the import on vue, everything is ok. thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Template don't support description
2 participants