mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 11:35:15 +08:00
Minor
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user