-
-
- <!-- GIT -->
- <div id="git-tab" >
-
-
-
- <label for="git">Dépot git : </label>
- <input type="text" class="form-control" id="git" value="<?php echo $environment->git; ?>">
-
- <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>
- </div>
|