We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95b07e commit 2ab5cb0Copy full SHA for 2ab5cb0
pkg/sbombastic-image-vulnerability-scanner/detail/sbombastic.rancher.io.vexhub.vue
@@ -64,7 +64,7 @@ const defaultMastheadProps = computed(() => {
64
<template>
65
<DetailPage>
66
<template #top-area>
67
- <Masthead v-bind="defaultMastheadProps">
+ <Masthead class="masthead" v-bind="defaultMastheadProps">
68
<template #additional-actions>
69
<button
70
data-testid="detail-explore-button"
@@ -85,4 +85,10 @@ const defaultMastheadProps = computed(() => {
85
.btn.actions {
86
gap: 12px;
87
}
88
+
89
+/* Hide empty labels and annotations section */
90
+/* TODO: Remove when rancher provides option in their masthead component */
91
+.masthead:deep(.labels-and-annotations-empty) {
92
+ display: none;
93
+}
94
</style>
0 commit comments