Skip to content

Commit 32c7ea5

Browse files
author
p01
committed
Fix DFL-3646, Show full URL of the resource ( in the link ) in the Detail view
1 parent fed0f98 commit 32c7ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resource-manager/resource_templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ templates.resource_detail =
326326
['span',
327327
[
328328
'a',
329-
info.humanUrl,
329+
resource.url,
330330
'href',resource.url,
331331
'target','_blank',
332332
'class','external'

0 commit comments

Comments
 (0)