pleasing the linter gods
This commit is contained in:
parent
06608adec4
commit
3355f1d797
10 changed files with 21 additions and 13 deletions
|
|
@ -31,8 +31,8 @@
|
|||
<div class="setting-control">
|
||||
<ul class="item-list">
|
||||
<li
|
||||
class="no_items"
|
||||
v-if="visibleState.length === 0"
|
||||
class="no_items"
|
||||
>
|
||||
{{ $t('admin_dash.instance.pwa.no_icons') }}
|
||||
<button
|
||||
|
|
@ -59,8 +59,8 @@
|
|||
<div class="src-url">
|
||||
<label for="path">{{ $t('settings.url') }}</label>
|
||||
<input
|
||||
class="input string-input"
|
||||
:id="path"
|
||||
class="input string-input"
|
||||
:disabled="shouldBeDisabled"
|
||||
:value="item[':src']"
|
||||
@change="event => update({ event, index, eventType: 'edit', field: ':src' })"
|
||||
|
|
|
|||
|
|
@ -87,13 +87,13 @@
|
|||
</table>
|
||||
<Checkbox
|
||||
:model-value="isSeparate"
|
||||
@update:model-value="event => update({ event: event ? 'join' : 'split', eventType: 'toggleMode' })"
|
||||
@update:model-value="event => update({ event: event ? 'join' : 'split', eventType: 'toggleMode' })"
|
||||
>
|
||||
{{ $t('admin_dash.rate_limit.separate') }}
|
||||
</Checkbox>
|
||||
</div>
|
||||
<DraftButtons />
|
||||
</div>
|
||||
<DraftButtons />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script src="./rate_setting.js"></script>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<span
|
||||
class="setting-item"
|
||||
v-if="matchesExpertLevel"
|
||||
class="setting-item"
|
||||
>
|
||||
<label
|
||||
v-if="!hideLabel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue