summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/importlayer.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html
index bd507b5677..afbeb94d42 100644
--- a/bitbake/lib/toaster/toastergui/templates/importlayer.html
+++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html
@@ -14,6 +14,7 @@
14 $(document).ready(function (){ 14 $(document).ready(function (){
15 var ctx = { 15 var ctx = {
16 xhrLayerUrl : "{% url 'xhr_layer' project.id %}", 16 xhrLayerUrl : "{% url 'xhr_layer' project.id %}",
17 xhrGitRevTypeAheadUrl : "{% url 'xhr_gitrevtypeahead' %}",
17 }; 18 };
18 19
19 try { 20 try {
@@ -112,8 +113,10 @@
112 Git revision 113 Git revision
113 <span class="glyphicon glyphicon-question-sign get-help" title="You can provide a Git branch, a tag or a commit SHA as the revision"></span> 114 <span class="glyphicon glyphicon-question-sign get-help" title="You can provide a Git branch, a tag or a commit SHA as the revision"></span>
114 </label> 115 </label>
115 <input type="text" class="form-control" id="layer-git-ref" required> 116 <span style="display: block">
117 <input type="text" class="form-control" id="layer-git-ref" autocomplete="off" data-minLength="1" data-autocomplete="off" data-provide="typeahead" required>
116 <span class="help-inline" style="display:none;" id="invalid-layer-revision-hint"></span> 118 <span class="help-inline" style="display:none;" id="invalid-layer-revision-hint"></span>
119 </span>
117 </div> 120 </div>
118 </fieldset> 121 </fieldset>
119 122