mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-19 18:01:37 +00:00
7 lines
253 B
PHP
7 lines
253 B
PHP
<div>
|
|
<x-simple-card class="flex items-center justify-between">
|
|
<span>PHPMyAdmin is installed and ready to use!</span>
|
|
<x-secondary-button :href="$site->getUrl()" target="_blank">Open</x-secondary-button>
|
|
</x-simple-card>
|
|
</div>
|