display branchtag regex when manually invoking build triggers to avoid confusion when multiple triggers
This commit is contained in:
parent
21ecc2eadd
commit
2814df482b
10 changed files with 70 additions and 37 deletions
|
@ -3211,12 +3211,6 @@ pre.command:before {
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.trigger-description .trigger-description-subtitle {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.trigger-option-section:not(:first-child) {
|
||||
border-top: 1px solid #eee;
|
||||
padding-top: 16px;
|
||||
|
@ -3653,7 +3647,7 @@ i.mesos-icon {
|
|||
min-width: 500px;
|
||||
}
|
||||
|
||||
#startTriggerDialog .trigger-description {
|
||||
#startTriggerDialog trigger-description {
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid #eee;
|
||||
|
|
Reference in a new issue