tab.environment.git.php 393 B

123456789101112131415
  1. <!-- GIT -->
  2. <div id="git-tab" >
  3. <label for="git">Dépot git : </label>
  4. <input type="text" class="form-control" id="git" value="<?php echo $environment->git; ?>">
  5. <a class="btn btn-dark btn-git-create my-2" onclick="docker_environment_git_create(event);" href="#"><i class="fas fa-plus"></i> Créer le dépot git</a>
  6. </div>