1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 23:48:47 +00:00

[dtable] cleanup: removed related files and code (#4314)

This commit is contained in:
llj
2019-11-28 11:34:41 +08:00
committed by Daniel Pan
parent 10999de67a
commit 4ce33e4949
10 changed files with 0 additions and 1374 deletions

View File

@@ -627,23 +627,6 @@ export const Utils = {
};
},
getDTableShareLinkPermissionObject: function(permission) {
switch (permission) {
case 'read-only':
return {
value: permission,
text: 'read-only',
permission: 'r'
};
case 'read-write':
return {
value: permission,
text: 'read-write',
permission: 'rw'
};
}
},
formatSize: function(options) {
/*
* param: {bytes, precision}