Move GitHub build trigger behind a feature flag.
This commit is contained in:
parent
2112333875
commit
0057ced98c
6 changed files with 12 additions and 4 deletions
|
@ -126,7 +126,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Github -->
|
||||
<div class="repo-option">
|
||||
<div class="repo-option" ng-show="Features.GITHUB_BUILD">
|
||||
<input type="radio" id="initGithub" name="initialize" ng-model="repo.initialize" value="github">
|
||||
<i class="fa fa-github fa-lg" style="padding: 6px; padding-left: 10px; padding-right: 12px;"></i>
|
||||
<label for="initGithub">Link to a GitHub Repository</label>
|
||||
|
|
Reference in a new issue