mirror of https://github.com/rancher/dashboard.git
fix data header in opaque detail view
This commit is contained in:
parent
4eca7fa40e
commit
a5842e727f
|
|
@ -177,8 +177,7 @@ export default {
|
|||
</template>
|
||||
<template v-else>
|
||||
<div class="mt-20 mb-20">
|
||||
<h4>Data</h4>
|
||||
<KeyValue :value="value.data" mode="view" />
|
||||
<KeyValue title="Data" :value="value.data" mode="view" />
|
||||
</div>
|
||||
</template>
|
||||
<ResourceTabs v-model="value" :mode="mode" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue