Skip to content

Commit

Permalink
feat(ui): folder explorer: change position of error icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 17, 2018
1 parent e261ddb commit d62ad77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/@vue/cli-ui/src/components/FolderExplorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
</template>
</ApolloQuery>

<VueIcon
v-if="error"
icon="error"
class="error-icon big"
v-tooltip="error.message"
/>

<VueButton
class="icon-button"
icon-left="refresh"
Expand Down Expand Up @@ -102,13 +109,6 @@
</div>
</VueDropdown>

<VueIcon
v-if="error"
icon="error"
class="error-icon big"
v-tooltip="error.message"
/>

<VueDropdown placement="bottom-end">
<VueButton
slot="trigger"
Expand Down

0 comments on commit d62ad77

Please sign in to comment.