Skip to content

Commit

Permalink
Merge branch 'feat/storages'
Browse files Browse the repository at this point in the history
  • Loading branch information
yongheng2016 committed Jul 19, 2024
2 parents ed6880d + 2b33c3c commit af59d6b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<MoreSelection :options="options" size="md"></MoreSelection>
</div>
</template>
<EnvironmentVariables>
<DetailData ref="detaiDatalRef"></DetailData>
</EnvironmentVariables>
<Yaml ref="yamlRef" :name="t('EDIT_YAML')" @change="fetchList"></Yaml>
</MyContentPage>
</template>

Expand All @@ -14,6 +18,7 @@ import { t } from 'src/boot/i18n';
import EnvironmentVariables from 'src/containers/EnvironmentVariables.vue';
import Yaml from 'src/pages/NamespacePods/Yaml.vue';
import MyContentPage from 'src/components/MyContentPage.vue';
import DetailData from './DetailData.vue';
import MoreSelection from '@packages/ui/src/components/MoreSelection.vue';
const yamlRef = ref();
Expand Down

0 comments on commit af59d6b

Please sign in to comment.