Cleanup: Indentation and spacing
This commit is contained in:
parent
eff5b21ecd
commit
61513e3c35
@ -16,6 +16,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<div class="progress-bar"></div>
|
<div class="progress-bar"></div>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<step-item
|
<step-item
|
||||||
v-show="currentSetupStep == 1"
|
v-show="currentSetupStep == 1"
|
||||||
@next-clicked="nextStep"
|
@next-clicked="nextStep"
|
||||||
@ -38,6 +39,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<p>More information is available on the online documentation at flamenco.blender.org.</p>
|
<p>More information is available on the online documentation at flamenco.blender.org.</p>
|
||||||
</step-item>
|
</step-item>
|
||||||
|
|
||||||
<step-item
|
<step-item
|
||||||
v-show="currentSetupStep == 2"
|
v-show="currentSetupStep == 2"
|
||||||
@next-clicked="nextStepAfterCheckSharedStoragePath"
|
@next-clicked="nextStepAfterCheckSharedStoragePath"
|
||||||
@ -74,6 +76,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p v-else></p>
|
<p v-else></p>
|
||||||
</step-item>
|
</step-item>
|
||||||
|
|
||||||
<step-item
|
<step-item
|
||||||
v-show="currentSetupStep == 3"
|
v-show="currentSetupStep == 3"
|
||||||
@next-clicked="nextStep"
|
@next-clicked="nextStep"
|
||||||
@ -148,11 +151,11 @@
|
|||||||
>
|
>
|
||||||
|
|
||||||
<p v-if="isBlenderExeChecking" class="is-in-progress">Checking...</p>
|
<p v-if="isBlenderExeChecking" class="is-in-progress">Checking...</p>
|
||||||
|
|
||||||
<p v-if="blenderExeCheckResult != null && !blenderExeCheckResult.is_usable" class="check-failed">
|
<p v-if="blenderExeCheckResult != null && !blenderExeCheckResult.is_usable" class="check-failed">
|
||||||
{{ blenderExeCheckResult.cause }}</p>
|
{{ blenderExeCheckResult.cause }}</p>
|
||||||
</div>
|
</div>
|
||||||
</step-item>
|
</step-item>
|
||||||
|
|
||||||
<step-item
|
<step-item
|
||||||
v-show="currentSetupStep == 4"
|
v-show="currentSetupStep == 4"
|
||||||
@next-clicked="confirmWizard"
|
@next-clicked="confirmWizard"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user