Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
7589ab30
Commit
7589ab30
authored
Aug 09, 2017
by
Benjamin Fischer
Browse files
FileManager: updated open folder icons
parent
6248b9a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file2/static/js/extension.js
View file @
7589ab30
...
...
@@ -40,7 +40,7 @@ define([
},
},
"
fileManager
"
,
{
label
:
"
Browse folder
"
,
iconClass
:
"
fa-folder
"
,
iconClass
:
"
fa-folder
-open
"
,
position
:
1
,
},
function
(
path
)
{
return
[
"
file2
"
,
"
FileMainView
"
,
{
path
:
path
}];
...
...
@@ -50,7 +50,7 @@ define([
FileHandler2
.
addExt
(
"
single
"
,
{
menuTmpl
:
{
label
:
"
Open in new tab
"
,
iconClass
:
"
fa-folder
"
,
iconClass
:
"
fa-folder
-open
"
,
position
:
3
,
},
check
:
function
check
(
info
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment