Skip to content
Snippets Groups Projects
Unverified Commit 0ba3c695 authored by Mike Greiling's avatar Mike Greiling
Browse files

Hide knative domain input when helm is not installed

parent 00acef43
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -432,7 +432,7 @@ export default {
/>
</div>
</template>
<template v-else>
<template v-else-if="helmInstalled">
<div class="form-group">
<label for="knative-domainname">
{{ s__('ClusterIntegration|Knative Domain Name:') }}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment