Skip to content

Commit

Permalink
feat(ui): config more info button
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 30, 2018
1 parent b6928a3 commit 98f6a16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
@click="cancel()"
/>

<VueButton
v-if="configuration && configuration.link"
icon-right="open_in_new"
class="big flat"
:label="$t('views.project-configuration-details.actions.more-info')"
:href="configuration.link"
target="_blank"
/>

<VueButton
:disabled="!hasPromptsChanged"
icon-left="save"
Expand Down
3 changes: 2 additions & 1 deletion packages/@vue/cli/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@
"project-configuration-details": {
"actions": {
"cancel": "Cancel changes",
"save": "Save changes"
"save": "Save changes",
"more-info": "More info"
}
},
"project-tasks": {
Expand Down

0 comments on commit 98f6a16

Please sign in to comment.