mirror of https://github.com/rancher/dashboard.git
parent
c2168f8951
commit
d35b83c85c
|
|
@ -209,7 +209,7 @@ export default {
|
|||
<template #default>
|
||||
<div>
|
||||
<button
|
||||
v-if="canYaml && (selectedSubtype || !subtypes.length)"
|
||||
v-if="!isEdit && canYaml && (selectedSubtype || !subtypes.length)"
|
||||
type="button"
|
||||
class="btn role-secondary"
|
||||
@click="showPreviewYaml"
|
||||
|
|
|
|||
Loading…
Reference in New Issue