Skip to content

Commit

Permalink
add open repo dir btn
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed Jul 8, 2020
1 parent 572eeaa commit f6effad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aiplugs.PoshApp/Views/Shared/Repositories/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template id="repository-component">
<div class="flex-grow-1">
@* <v-btn text color="primary" v-on:click="handleOpen">Open Directory</v-btn> *@
<v-btn text color="primary" v-on:click="handleOpen">Open Directory</v-btn>
<v-btn text color="primary" v-on:click="handleRefresh">Refresh</v-btn>
<v-btn text color="primary" :disabled="!updatable" v-on:click="handleUpdate">Update</v-btn>
<v-dialog v-model="resetDialog" width="600" v-if="modified">
Expand Down

0 comments on commit f6effad

Please sign in to comment.