Skip to content

Commit dcff8dd

Browse files
[FIX] column_invsible instead of invisible
1 parent eef17e7 commit dcff8dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glodo_server/views/glodo_instance_database_views.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
decoration-warning="expiration_state == 'warning'"
122122
decoration-danger="expiration_state == 'danger'"
123123
>
124-
<field name="expiration_state" invisible="1" />
124+
<field name="expiration_state" column_invisible="1" />
125125
<field name="name" />
126126
<field name="instance_name" />
127127
<field name="expiration_date" optional="show" />

0 commit comments

Comments
 (0)