File Manager

This commit is contained in:
Zarak Khan 2024-02-01 15:48:50 +05:00
parent 4cb15e4c9f
commit 8534fa34d8
2 changed files with 3 additions and 1 deletions

View File

@ -271,6 +271,8 @@ newapp.controller('configureDefaultNameserversV2', function ($scope, $http) {
newapp.controller('addModifyDNSRecordsCloudFlareV2', function ($scope, $http, $window) {
alert('Hello');
$scope.saveCFConfigs = function () {
$scope.recordsLoading = false;

View File

@ -74,7 +74,7 @@
</div>
<ul class="flex py-2">
<li id="dns_tab_button"
class="show active hover:bg-orange-200 border-2 border-black rounded-l-3xl px-2 py-2 w-60 cursor-pointer"
class="hover:bg-orange-200 border-2 border-black rounded-l-3xl px-2 py-2 w-60 cursor-pointer active"
onclick="showTab('dns_tab')">
<a class="flex justify-center">
<p class="text-2xl font-bold">Manage DNS</p>