mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
fetch git branches
This commit is contained in:
@@ -5823,6 +5823,8 @@ app.controller('manageGIT', function ($scope, $http, $timeout, $window) {
|
||||
if (response.data.repo === 1) {
|
||||
$scope.gitTracking = true;
|
||||
$scope.gitEnable = false;
|
||||
$scope.branches = response.data.finalBranches;
|
||||
$scope.deploymentKey = response.data.deploymentKey;
|
||||
} else {
|
||||
$scope.gitTracking = false;
|
||||
$scope.gitEnable = true;
|
||||
|
||||
Reference in New Issue
Block a user