mirror of https://github.com/rancher/dashboard.git
remove oci's experimental badge
This commit is contained in:
parent
6bc972ad7c
commit
89223b3ffc
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue