mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Minor
This commit is contained in:
parent
9dd1b1ca0f
commit
7706c29564
1 changed files with 2 additions and 1 deletions
|
@ -285,9 +285,10 @@
|
||||||
:options="allMonitorList"
|
:options="allMonitorList"
|
||||||
:multiple="false"
|
:multiple="false"
|
||||||
:searchable="true"
|
:searchable="true"
|
||||||
:placeholder="$t('Select')"
|
:placeholder="$t('Add a monitor')"
|
||||||
label="name"
|
label="name"
|
||||||
trackBy="name"
|
trackBy="name"
|
||||||
|
class="mt-3"
|
||||||
>
|
>
|
||||||
<template #option="{ option }">
|
<template #option="{ option }">
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in a new issue