mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(cloudcmd) readify: add support of links
This commit is contained in:
parent
03685ee390
commit
52ffc2ac28
5 changed files with 31 additions and 23 deletions
|
|
@ -41,16 +41,18 @@ const JSON_FILES = {
|
|||
path : '/etc/X11/',
|
||||
files : [{
|
||||
name: 'applnk',
|
||||
size: 'dir',
|
||||
size: '4.0.0kb',
|
||||
date: '21.02.2016',
|
||||
uid : 0,
|
||||
mode: 'rwx r-x r-x'
|
||||
mode: 'rwx r-x r-x',
|
||||
type: 'directory',
|
||||
}, {
|
||||
name: 'ай',
|
||||
size: '1.30kb',
|
||||
date: 0,
|
||||
uid : 0,
|
||||
mode: 'rwx r-x r-x'
|
||||
mode: 'rwx r-x r-x',
|
||||
type: 'file',
|
||||
}]
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue