1
0
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:
杨顺强
2023-11-21 13:53:40 +08:00
parent 9d52a45474
commit 490ebdd448
5 changed files with 10 additions and 4 deletions

View File

@@ -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;