mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
add freezed icon
This commit is contained in:
@@ -23,6 +23,7 @@ class Dirent {
|
||||
this.size_original = json.size;
|
||||
this.size = Utils.bytesToSize(json.size);
|
||||
this.is_locked = json.is_locked || false;
|
||||
this.is_freezed = json.is_freezed || false;
|
||||
this.lock_time = json.lock_time || '';
|
||||
this.lock_owner= json.lock_owner || null;
|
||||
this.lock_owner_name= json.lock_owner_name || null;
|
||||
|
Reference in New Issue
Block a user