CC-2968: Folder icons missing when choosing Import Folder
Changed the path to the img resource. Icon shows up fine now.
This commit is contained in:
parent
d9186a3bf2
commit
6237a199af
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function setWatchedDirEvents() {
|
||||||
//knownPaths: [{text:'Desktop', image:'desktop.png', path:'/home'}],
|
//knownPaths: [{text:'Desktop', image:'desktop.png', path:'/home'}],
|
||||||
knownPaths: [],
|
knownPaths: [],
|
||||||
imageUrl: 'img/icons/',
|
imageUrl: 'img/icons/',
|
||||||
systemImageUrl: 'img/browser/',
|
systemImageUrl: '/css/img/',
|
||||||
handlerUrl: '/Preference/server-browse/format/json',
|
handlerUrl: '/Preference/server-browse/format/json',
|
||||||
title: 'Choose Storage Folder',
|
title: 'Choose Storage Folder',
|
||||||
basePath: '',
|
basePath: '',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue