Skip to content

Commit b7436cf

Browse files
committed
add info icon to scan options
1 parent 3f026cb commit b7436cf

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

frontend/src/views/Scan.vue

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)