mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 07:27:04 +00:00
[shared with all, group, groups] mobile: improvement (#3874)
* added component libs-mobile-thead.js
This commit is contained in:
16
frontend/src/components/libs-mobile-thead.js
Normal file
16
frontend/src/components/libs-mobile-thead.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
import { gettext } from '../utils/constants';
|
||||
|
||||
function LibsMobileThead() {
|
||||
return (
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="12%"><span className="sr-only">{gettext('Library Type')}</span></th>
|
||||
<th width="80%"></th>
|
||||
<th width="8%"><span className="sr-only">{gettext('Actions')}</span></th>
|
||||
</tr>
|
||||
</thead>
|
||||
);
|
||||
}
|
||||
|
||||
export default LibsMobileThead;
|
Reference in New Issue
Block a user