File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
web-ui/src/main/resources/catalog
components/common/share/partials Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ <h5 translate>whoCanAccess</h5>
3131 < span translate > profile</ span >
3232 < i data-ng-if ="sorter.predicate == 'p' " class ="fa " ng-class ="sorter.reverse ? 'fa-long-arrow-up' : 'fa-long-arrow-down' "> </ i >
3333 </ a >
34+ < span data-ng-if ="!disableAllCol " translate > setall</ span >
3435 </ th >
3536 </ tr >
3637 </ thead >
Original file line number Diff line number Diff line change 312312 "mdvalid" : " Metadata is valid" ,
313313 "mdinvalid" : " Metadata is invalid" ,
314314 "mdinvalidcantpublish" : " Invalid metadata can't be publish" ,
315- "mdnovalidation" : " Metadata has no validation information"
315+ "mdnovalidation" : " Metadata has no validation information" ,
316+ "setall" : " Set all privileges"
316317}
You can’t perform that action at this time.
0 commit comments