This commit is contained in:
syuilo 2019-03-16 01:08:26 +09:00
parent e97951fc51
commit 75131c4e8a
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -4,7 +4,7 @@
<template #title><fa :icon="faStream"/> {{ $t('logs') }}</template> <template #title><fa :icon="faStream"/> {{ $t('logs') }}</template>
<section class="fit-top"> <section class="fit-top">
<ui-horizon-group inputs> <ui-horizon-group inputs>
<ui-input v-model="domain" debounce> <ui-input v-model="domain" :debounce="true">
<span>{{ $t('domain') }}</span> <span>{{ $t('domain') }}</span>
</ui-input> </ui-input>
<ui-select v-model="level"> <ui-select v-model="level">