fix indent
This commit is contained in:
parent
557198fe51
commit
01464a726e
@ -15,9 +15,9 @@
|
|||||||
<rules :rules.sync="settings.rules" />
|
<rules :rules.sync="settings.rules" />
|
||||||
|
|
||||||
<div v-if="settings.execEnabled">
|
<div v-if="settings.execEnabled">
|
||||||
<h3>{{ $t('settings.executeOnShell') }}</h3>
|
<h3>{{ $t('settings.executeOnShell') }}</h3>
|
||||||
<p class="small">{{ $t('settings.executeOnShellDescription') }}</p>
|
<p class="small">{{ $t('settings.executeOnShellDescription') }}</p>
|
||||||
<input class="input input--block" type="text" placeholder="bash -c, cmd /c, ..." v-model="settings.shell" />
|
<input class="input input--block" type="text" placeholder="bash -c, cmd /c, ..." v-model="settings.shell" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>{{ $t('settings.branding') }}</h3>
|
<h3>{{ $t('settings.branding') }}</h3>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user