Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
065bb8f4
Commit
065bb8f4
authored
Oct 24, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Oct 24, 2014
Browse files
Fixes
#3368
Icon path in trustSelect were wrong
parent
f2952eae
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/personal/posix/trustSelect/trust-list.xml
View file @
065bb8f4
...
...
@@ -15,7 +15,7 @@
<objectClass>
goServer
</objectClass>
<category>
server
</category>
<class>
serverGeneric
</class>
<image>
plugins/systems/images/select_server.png
</image>
<image>
geticon.php?context=devices
&
icon=server
&
size=16
</image>
</objectType>
<objectType>
...
...
@@ -23,7 +23,7 @@
<objectClass>
gotoWorkstation
</objectClass>
<category>
workstation
</category>
<class>
workstationGeneric
</class>
<image>
plugins/systems/images/select_workstation.png
</image>
<image>
geticon.php?context=devices
&
icon=computer
&
size=16
</image>
</objectType>
<objectType>
...
...
@@ -31,7 +31,7 @@
<objectClass>
sambaSamAccount
</objectClass>
<category>
winstation
</category>
<class>
winstationGeneric
</class>
<image>
plugins/systems/images/select_winstation.png
</image>
<image>
geticon.php?context=devices
&
icon=computer-windows
&
size=16
</image>
</objectType>
<objectType>
...
...
@@ -39,7 +39,7 @@
<objectClass>
gotoTerminal
</objectClass>
<category>
terminal
</category>
<class>
terminalGeneric
</class>
<image>
plugins/systems/images/select_terminal.png
</image>
<image>
geticon.php?context=devices
&
icon=terminal
&
size=16
</image>
</objectType>
</definition>
...
...
Write
Preview
Markdown
is supported
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