completed migration of file view to generic model list
This commit is contained in:
16
vue/src/components/BetaWarning.vue
Normal file
16
vue/src/components/BetaWarning.vue
Normal file
@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<b-alert show variant="warning">
|
||||
<b-badge>BETA</b-badge>
|
||||
{{ $t('warning_feature_beta') }}
|
||||
</b-alert>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "BetaWarning"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user