Skip to content

Commit dbdb8f3

Browse files
glpatcerndiocas
authored andcommitted
cernbox-integration: updated Windows paths
1 parent 69dc2fc commit dbdb8f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cernbox-integration/src/components/PathDetails.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,10 @@ export default defineComponent({
165165
const getSambaPath = (path: string) => {
166166
const pathMappings = {
167167
user: '\\\\cernbox-smb\\eos\\user\\',
168-
project: '\\\\eosproject-smb\\eos\\project\\',
169-
public: '\\\\eospublic-smb\\eos\\',
170-
media: '\\\\eosmedia-smb\\eos\\'
168+
project: '\\\\cernbox-drive\\project\\',
169+
winspaces: '\\\\cernbox-drive\\winspaces\\',
170+
media: '\\\\cernbox-drive\\eos\\',
171+
public: '\\\\cernbox-drive\\eos',
171172
}
172173
const pathComponents = path?.split('/').filter(Boolean)
173174
if (pathComponents.length > 1 && pathComponents[0] === 'eos') {

0 commit comments

Comments
 (0)