mirror of
https://github.com/directus/directus.git
synced 2026-01-27 07:08:17 -05:00
add no-visibility icon to field settings
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<template #input>
|
||||
<div class="name">
|
||||
{{ field.name }}
|
||||
<v-icon v-if="hidden" name="visibility_off" class="hidden-icon" />
|
||||
<span class="interface">{{ interfaceName }}</span>
|
||||
</div>
|
||||
</template>
|
||||
@@ -293,6 +294,11 @@ export default defineComponent({
|
||||
.name {
|
||||
flex-grow: 1;
|
||||
|
||||
.hidden-icon {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.interface {
|
||||
display: none;
|
||||
margin-left: 4px;
|
||||
|
||||
Reference in New Issue
Block a user