remove oci's experimental badge

This commit is contained in:
Mo Mesgin 2024-11-29 10:34:21 -08:00
parent 6bc972ad7c
commit 89223b3ffc
2 changed files with 1 additions and 10 deletions

View File

@ -1065,7 +1065,7 @@ catalog:
target: target:
git: Git repository containing Helm chart or cluster template definitions git: Git repository containing Helm chart or cluster template definitions
http: http(s) URL to an index generated by Helm http: http(s) URL to an index generated by Helm
oci: OCI Repository <span class="oci-experimental-badge text-bold ml-5">Experimental</span> oci: OCI Repository
label: Target label: Target
url: url:
label: Index URL label: Index URL

View File

@ -287,12 +287,3 @@ export default {
/> />
</form> </form>
</template> </template>
<style lang="scss">
span.oci-experimental-badge {
background-color: var(--warning);
color: var(--darker-active-bg);
font-size: 12px;
padding: 2px 6px;
}
</style>