fix: cancel deployment button
This commit is contained in:
parent
63accc552a
commit
47d37c6047
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return '4.0.0-beta.14';
|
return '4.0.0-beta.15';
|
||||||
|
@ -22,13 +22,11 @@
|
|||||||
<h4>Found Destinations</h4>
|
<h4>Found Destinations</h4>
|
||||||
@endif
|
@endif
|
||||||
@foreach ($networks as $network)
|
@foreach ($networks as $network)
|
||||||
<div class="flex gap-2 w-96">
|
<a
|
||||||
<div class="w-32">{{ data_get($network, 'Name') }}</div>
|
href="{{ route('destination.new', ['server_id' => $server->id, 'network_name' => data_get($network, 'Name')]) }}">
|
||||||
<a
|
<x-forms.button>Add<span class="text-warning">{{ data_get($network, 'Name') }}</span>
|
||||||
href="{{ route('destination.new', ['server_id' => $server->id, 'network_name' => data_get($network, 'Name')]) }}">
|
</x-forms.button>
|
||||||
<x-forms.button>Configure</x-forms.button>
|
</a>
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -2,7 +2,5 @@
|
|||||||
<h2>Logs</h2>
|
<h2>Logs</h2>
|
||||||
@if (data_get($activity, 'properties.status') === 'in_progress')
|
@if (data_get($activity, 'properties.status') === 'in_progress')
|
||||||
<x-forms.button wire:click.prevent="cancel">Cancel deployment</x-forms.button>
|
<x-forms.button wire:click.prevent="cancel">Cancel deployment</x-forms.button>
|
||||||
@else
|
|
||||||
<x-forms.button disabled>Cancel deployment</x-forms.button>
|
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "3.12.32"
|
"version": "3.12.32"
|
||||||
},
|
},
|
||||||
"v4": {
|
"v4": {
|
||||||
"version": "4.0.0-beta.14"
|
"version": "4.0.0-beta.15"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user