File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
plugins/data-manager/frontend/public/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 154154 < el-dropdown-item command ="created " icon ="cly-io cly-io-plus-circle "> {{ i18n('data-manager.created') }}</ el-dropdown-item >
155155 < el-dropdown-item command ="blocked " icon ="cly-io cly-io-x-circle "> {{ i18n('data-manager.blocked') }}</ el-dropdown-item >
156156 </ cly-more-options >
157- < cly-more-options size ="small " :text =" i18n('data-manager.change-visibility') " type ="default " icon ="cly-io cly-io-eye bu-mr-2 " widthSameAsTrigger ="true " :showArrows =true @command ="handleChangeVisibility($event, scope.diff) ">
157+ < cly-more-options size ="small " :text =" i18n('data-manager.change-visibility') " type ="default " icon ="cly-io cly-io-eye bu-mr-2 " : widthSameAsTrigger ="true " :showArrows =true @command ="handleChangeVisibility($event, scope.diff) ">
158158 < el-dropdown-item command ="visible "> < i class ="cly-io cly-io-eye "> </ i > {{ i18n('data-manager.visible') }}</ el-dropdown-item >
159159 < el-dropdown-item command ="hidden "> < i class ="cly-io cly-io-eye-off "> </ i > {{ i18n('data-manager.hidden') }}</ el-dropdown-item >
160160 </ cly-more-options >
209209 </ data-manager-manage-category >
210210 </ template >
211211 </ cly-form-dialog >
212- </ div>
212+ </ div>
You can’t perform that action at this time.
0 commit comments