File Manager App

This commit is contained in:
Zarak Khan
2024-01-25 21:46:57 +05:00
parent 1377583d59
commit 5b72b8c3bc
10 changed files with 3020 additions and 204 deletions

View File

@@ -10,7 +10,7 @@
<p class="text-4xl font-bold">Install WordPress</p>
<p class="text-xs text-gray-600 py-2 font-semibold">Install WordPress with LSCache.</p>
</div>
<div>a
<div>
<div class="py-4">
<h3 class="title-hero">
<span id="domainNamePage">{{ domainName }}</span> - {% trans "Installation Details" %} - <a
@@ -64,9 +64,9 @@
</div>
</div>
</div>
<div ng-hide="installationDetailsForm" class="flex justify-center">
<div ng-hide="installationDetailsForm" class="flex justify-center mt-3">
<button ng-click="installWordPress()"
class="bg-orange-500 px-3 py-4 rounded-lg text-xl font-semibold text-white">
class="bg-orange-500 px-3 py-2 rounded-lg text-xl font-semibold text-white">
Install Now
</button>
</div>