File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,12 @@ async function stopScan() {
232232 </v-col >
233233
234234 <!-- Scan options -->
235- <v-col cols =" 12" md =" 2" class =" px-1" :class =" { 'mt-3': smAndDown }" >
235+ <v-col
236+ cols =" 12"
237+ md =" 2"
238+ class =" px-1 d-flex align-center"
239+ :class =" { 'mt-3': smAndDown }"
240+ >
236241 <v-select
237242 v-model =" scanType"
238243 :items =" scanOptions"
@@ -246,6 +251,17 @@ async function stopScan() {
246251 <v-list-item v-bind =" props" :subtitle =" item.raw.subtitle" />
247252 </template >
248253 </v-select >
254+ <a
255+ href =" https://docs.romm.app/latest/Usage/LibraryManagement/#scan"
256+ target =" _blank"
257+ >
258+ <v-icon
259+ icon =" mdi-information-outline"
260+ size =" small"
261+ class =" ml-2"
262+ title =" See documentation"
263+ />
264+ </a >
249265 </v-col >
250266 </v-row >
251267
You can’t perform that action at this time.
0 commit comments