mirror of https://github.com/Aidaho12/haproxy-wi
parent
feb0378cb3
commit
fd5db10bb0
|
@ -28,7 +28,7 @@
|
||||||
<br /><span class="add-button" title="Add a new git job" id="add-git-button">+ Add git job</span>
|
<br /><span class="add-button" title="Add a new git job" id="add-git-button">+ Add git job</span>
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<div class="add-note alert addName alert-info" style="width: inherit; margin-right: 15px;">
|
<div class="add-note alert addName alert-info" style="width: inherit; margin-right: 15px;">
|
||||||
You can read the description of all parameters <a href="https://roxy-wi.org/description.py?description=git" title="Git job description" target="_blank">here</a>
|
You can read the description of all parameters <a href="https://roxy-wi.org/howto.py?howto=git" title="How to work with Git" target="_blank">here</a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1238,7 +1238,7 @@ function clearTips() {
|
||||||
function checkLength( o, n, min ) {
|
function checkLength( o, n, min ) {
|
||||||
if ( o.val().length < min ) {
|
if ( o.val().length < min ) {
|
||||||
o.addClass( "ui-state-error" );
|
o.addClass( "ui-state-error" );
|
||||||
updateTips("Filed "+n+" is required");
|
updateTips("Field "+n+" is required");
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue