fix naming
This commit is contained in:
parent
fd89735521
commit
9321cc3de8
@ -4,7 +4,7 @@
|
|||||||
<div class="flex flex-col pt-10">
|
<div class="flex flex-col pt-10">
|
||||||
@if ($current_step === 'type')
|
@if ($current_step === 'type')
|
||||||
<ul class="pb-10 steps">
|
<ul class="pb-10 steps">
|
||||||
<li class="step step-secondary">Application Type</li>
|
<li class="step step-secondary">Select Source Type</li>
|
||||||
<li class="step">Select a Server</li>
|
<li class="step">Select a Server</li>
|
||||||
<li class="step">Select a Destination</li>
|
<li class="step">Select a Destination</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -43,7 +43,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@if ($current_step === 'servers')
|
@if ($current_step === 'servers')
|
||||||
<ul class="pb-10 steps">
|
<ul class="pb-10 steps">
|
||||||
<li class="step step-secondary">Application Type</li>
|
<li class="step step-secondary">Select Source Type</li>
|
||||||
<li class="step step-secondary">Select a Server</li>
|
<li class="step step-secondary">Select a Server</li>
|
||||||
<li class="step">Select a Destination</li>
|
<li class="step">Select a Destination</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -64,7 +64,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@if ($current_step === 'destinations')
|
@if ($current_step === 'destinations')
|
||||||
<ul class="pb-10 steps">
|
<ul class="pb-10 steps">
|
||||||
<li class="step step-secondary">Application Type</li>
|
<li class="step step-secondary">Select Source Type</li>
|
||||||
<li class="step step-secondary">Select a Server</li>
|
<li class="step step-secondary">Select a Server</li>
|
||||||
<li class="step step-secondary">Select a Destination</li>
|
<li class="step step-secondary">Select a Destination</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -77,7 +77,7 @@
|
|||||||
{{ $destination->name }}
|
{{ $destination->name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-xs group-hover:text-white">
|
<div class="text-xs group-hover:text-white">
|
||||||
{{ $destination->description }}</div>
|
{{ $destination->network }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user