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