Skip to content

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
zarakkhan209 committed Dec 27, 2023
1 parent c1ba543 commit 4c79358
Show file tree
Hide file tree
Showing 11 changed files with 1,147 additions and 18 deletions.
16 changes: 8 additions & 8 deletions baseTemplate/templates/baseTemplate/newBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,17 +333,17 @@
Deploy Wordpress</a>
</li>
<li>
<a href="#"
<a href="{% url 'ListWPSitesV2' %}"
class="flex items-center w-full text-base font-normal text-white transition duration-75 rounded-lg group hover:bg-cyan-400 dark:text-white dark:hover:bg-gray-700 pl-11">
List Wordpress</a>
List Wordpress</>
</li>
<li>
<a href="#"
<a href="{% url 'ConfigurePluginsV2' %}"
class="flex items-center w-full text-base font-normal text-white transition duration-75 rounded-lg group hover:bg-cyan-400 dark:text-white dark:hover:bg-gray-700 pl-11">
Configure Wordpress</a>
</li>
<li>
<a href="#"
<a href="{% url 'RestoreBackupsV2' %}"
class="flex items-center w-full text-base font-normal text-white transition duration-75 rounded-lg group hover:bg-cyan-400 dark:text-white dark:hover:bg-gray-700 pl-11">
Restore Backups</a>
</li>
Expand Down Expand Up @@ -416,12 +416,12 @@
List Websites</a>
</li>
<li>
<a href="{% url 'CreateNewDomainV2' %}"
<a href="{% url 'CreateNewDomainV2' %}"
class="flex items-center w-full text-base font-normal text-white transition duration-75 rounded-lg group hover:bg-cyan-400 dark:text-white dark:hover:bg-gray-700 pl-11">
Create Sub-Domains</a>
</li>
<li>
<a href="{% url 'listChildDomainsV2' %}"
<a href="{% url 'listChildDomainsV2' %}"
class="flex items-center w-full text-base font-normal text-white transition duration-75 rounded-lg group hover:bg-cyan-400 dark:text-white dark:hover:bg-gray-700 pl-11">
List Sub-Domains</a>
</li>
Expand All @@ -431,12 +431,12 @@
Modify Website</a>
</li>
<li>
<a href="{% url 'siteStateV2' %}"
<a href="{% url 'siteStateV2' %}"
class="flex items-center w-full text-base font-normal text-white transition duration-75 rounded-lg group hover:bg-cyan-400 dark:text-white dark:hover:bg-gray-700 pl-11">
Suspend/Unsuspend</a>
</li>
<li>
<a href="{% url 'deleteWebsiteV2' %}"
<a href="{% url 'deleteWebsiteV2' %}"
class="flex items-center w-full text-base font-normal text-white transition duration-75 rounded-lg group hover:bg-cyan-400 dark:text-white dark:hover:bg-gray-700 pl-11">
Delete Website</a>
</li>
Expand Down
Loading

0 comments on commit 4c79358

Please sign in to comment.