Changing field order
parent
0fb087e8c7
commit
aa71dcc231
|
@ -13,10 +13,6 @@ block content
|
||||||
include views/components/mainTitle
|
include views/components/mainTitle
|
||||||
|
|
||||||
form
|
form
|
||||||
fieldset
|
|
||||||
label(for="valid-origin-ips") Valid origin ips (separated by ,) <br/>Bitbucket requests are not signed so the best way of verifying the origin is by IP. If the field is empty there will be no IP validation.
|
|
||||||
input(type="text", name="valid-origin-ips", tg-valid-origin-ips, ng-model="bitbucket.valid_origin_ips", placeholder="Valid origin ips", id="valid-origin-ips")
|
|
||||||
|
|
||||||
fieldset
|
fieldset
|
||||||
label(for="secret-key") Secret key
|
label(for="secret-key") Secret key
|
||||||
input(type="text", name="secret-key", ng-model="bitbucket.secret", placeholder="Secret key", id="secret-key")
|
input(type="text", name="secret-key", ng-model="bitbucket.secret", placeholder="Secret key", id="secret-key")
|
||||||
|
@ -30,6 +26,10 @@ block content
|
||||||
.option-wrapper.select-input-content
|
.option-wrapper.select-input-content
|
||||||
.icon.icon-copy
|
.icon.icon-copy
|
||||||
.help-copy Copy to clipboard: Ctrl+C
|
.help-copy Copy to clipboard: Ctrl+C
|
||||||
|
|
||||||
|
fieldset
|
||||||
|
label(for="valid-origin-ips") Valid origin ips (separated by ,)
|
||||||
|
input(type="text", name="valid-origin-ips", tg-valid-origin-ips, ng-model="bitbucket.valid_origin_ips", placeholder="Bitbucket requests are not signed so the best way of verifying the origin is by IP. If the field is empty there will be no IP validation.", id="valid-origin-ips")
|
||||||
|
|
||||||
button(type="submit", class="hidden")
|
button(type="submit", class="hidden")
|
||||||
a.button.button-green.submit-button(href="", title="Save") Save
|
a.button.button-green.submit-button(href="", title="Save") Save
|
||||||
|
|
|
@ -13,10 +13,6 @@ block content
|
||||||
include views/components/mainTitle
|
include views/components/mainTitle
|
||||||
|
|
||||||
form
|
form
|
||||||
fieldset
|
|
||||||
label(for="valid-origin-ips") Valid origin ips (separated by ,) <br/>Gitlab requests are not signed so the best way of verifying the origin is by IP. If the field is empty there will be no IP validation.
|
|
||||||
input(type="text", name="valid-origin-ips", tg-valid-origin-ips, ng-model="gitlab.valid_origin_ips", placeholder="Valid origin ips", id="valid-origin-ips")
|
|
||||||
|
|
||||||
fieldset
|
fieldset
|
||||||
label(for="secret-key") Secret key
|
label(for="secret-key") Secret key
|
||||||
input(type="text", name="secret-key", ng-model="gitlab.secret", placeholder="Secret key", id="secret-key")
|
input(type="text", name="secret-key", ng-model="gitlab.secret", placeholder="Secret key", id="secret-key")
|
||||||
|
@ -31,6 +27,10 @@ block content
|
||||||
.icon.icon-copy
|
.icon.icon-copy
|
||||||
.help-copy Copy to clipboard: Ctrl+C
|
.help-copy Copy to clipboard: Ctrl+C
|
||||||
|
|
||||||
|
fieldset
|
||||||
|
label(for="valid-origin-ips") Valid origin ips (separated by ,)
|
||||||
|
input(type="text", name="valid-origin-ips", tg-valid-origin-ips, ng-model="gitlab.valid_origin_ips", placeholder="Gitlab requests are not signed so the best way of verifying the origin is by IP. If the field is empty there will be no IP validation.", id="valid-origin-ips")
|
||||||
|
|
||||||
button(type="submit", class="hidden")
|
button(type="submit", class="hidden")
|
||||||
a.button.button-green.submit-button(href="", title="Save") Save
|
a.button.button-green.submit-button(href="", title="Save") Save
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue