mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-09-02 11:47:45 +02:00
commit table
This commit is contained in:
@@ -5794,6 +5794,7 @@ app.controller('manageGIT', function ($scope, $http, $timeout, $window) {
|
||||
$scope.gitTracking = true;
|
||||
$scope.gitEnable = true;
|
||||
$scope.statusBox = true;
|
||||
$scope.gitCommitsTable = true;
|
||||
|
||||
var statusFile;
|
||||
|
||||
|
||||
@@ -625,6 +625,8 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<hr ng-hide="gitCommitsTable">
|
||||
|
||||
<table ng-hide="gitCommitsTable" style="margin-top: 2%" class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user