Skip to content
Snippets Groups Projects

Adds UI elements for deprecated packages

All threads resolved!
@@ -282,7 +282,7 @@ export default {
:svg-height="null"
/>
<div v-else-if="projectName" class="packages-app">
<gl-alert v-if="showDeprecationAlert" :dismissible="false" :sticky="true" variant="warning">
<gl-alert v-if="showDeprecationAlert" :dismissible="false" variant="warning">
{{ s__('PackageRegistry|This package version has been deprecated.') }}
</gl-alert>
<package-title :package-entity="packageEntity">
Loading