Skip to content

Commit

Permalink
PackageList.vue: change link to artifactory to artifacts browser
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 2c5a224 commit ed2e537
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/PackageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
class="title"
v-if="config">Found {{packages.data.length}}/{{packages.all.length}} npm packages on  
<ExternalLink
:href="`http${config.artifactory.https? 's' : ''}://${config.artifactory.host}`"
:href="`http${
config.artifactory.https? 's' : ''
}://${
config.artifactory.host
}/artifactory/webapp/#/artifacts/browse/tree/General/${
config.artifactory.repoKey
}`"
:text="config.artifactory.host">
</ExternalLink>
</v-subheader>
Expand Down

0 comments on commit ed2e537

Please sign in to comment.