Skip to content

Commit

Permalink
Merge pull request #12568 from momesgin/10880-yaml-editor
Browse files Browse the repository at this point in the history
Fix Edit Yaml Footer's layout issue
  • Loading branch information
momesgin authored Nov 13, 2024
2 parents b2c8400 + dd8f21a commit 50f7916
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions shell/components/ResourceDetail/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ export default {
default: null,
},
flexContent: {
type: Boolean,
default: false,
},
/**
* Inherited global identifier prefix for tests
* Define a term based on the parent component to avoid conflicts on multiple components
Expand Down Expand Up @@ -418,7 +413,6 @@ export default {
:offer-preview="offerPreview"
:done-route="doneRoute"
:done-override="value.doneOverride"
:class="{'flex-content': flexContent}"
@update:value="$emit('input', $event)"
/>
Expand All @@ -434,7 +428,6 @@ export default {
:initial-value="initialModel"
:live-value="liveModel"
:real-mode="realMode"
:class="{'flex-content': flexContent}"
@update:value="$emit('input', $event)"
@set-subtype="setSubtype"
/>
Expand Down
2 changes: 1 addition & 1 deletion shell/components/ResourceYaml.vue
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export default {
</script>
<template>
<div class="root resource-yaml">
<div class="root resource-yaml flex-content">
<YamlEditor
ref="yamleditor"
v-model:value="currentYaml"
Expand Down

0 comments on commit 50f7916

Please sign in to comment.