aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 20f2c8d..1d7a3c5 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -126,6 +126,9 @@
126 <template slot-scope="scope"> 126 <template slot-scope="scope">
127 <el-button size="small" icon="el-icon-download" type="text" plain circle v-show="!scope.row.rename && scope.row.isFile" @click.stop="onDownload(scope.row)"></el-button> 127 <el-button size="small" icon="el-icon-download" type="text" plain circle v-show="!scope.row.rename && scope.row.isFile" @click.stop="onDownload(scope.row)"></el-button>
128 <el-button size="small" icon="el-icon-delete" type="text" plain circle v-show="!scope.row.rename" @click.stop="onDelete(scope.row)"></el-button> 128 <el-button size="small" icon="el-icon-delete" type="text" plain circle v-show="!scope.row.rename" @click.stop="onDelete(scope.row)"></el-button>
129 <a :href="sanitize(path + '/' + scope.row.filePath)" target="_blank">
130 <el-button size="small" icon="el-icon-link" style="margin: 10px;">Link</el-button>
131 </a>
129 </template> 132 </template>
130 </el-table-column> 133 </el-table-column>
131 </el-table> 134 </el-table>