mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-20 22:42:09 +01:00
File Manager
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user