add filesystem(file explorer) support, done

This commit is contained in:
hzsunshx
2015-09-22 17:16:46 +08:00
parent b258837757
commit 1dccda5e2a
11 changed files with 174 additions and 74 deletions

View File

@@ -22,6 +22,12 @@ module.exports =
templateUrl: 'control-panes/advanced/advanced.jade',
filters: ['native', 'web']
},
{
title: gettext('FileSystem'),
icon: 'fa-info color-orange',
templateUrl: 'control-panes/filesystem/fs.jade',
filters: ['native', 'web']
},
{
title: gettext('Info'),
icon: 'fa-info color-orange',