Add tooltip on 'Cannot Merge' telling that a rebase is needed
This give users a hint what they need to do if their change cannot be merged due to a path conflict. Change-Id: Ie6224f1597fc8e697bc891e1269256f84e5b3d25 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
committed by
Shawn Pearce
parent
b376b5bfc8
commit
efad906025
@@ -426,7 +426,9 @@ limitations under the License.
|
||||
<div ui:field='notMergeable'
|
||||
class='{style.notMergeable}'
|
||||
style='display: none'
|
||||
aria-hidden='true'>
|
||||
aria-hidden='true'
|
||||
title='The change cannot be merged due to a path conflict. Rebase the change locally and upload the rebased commit for review.'>
|
||||
<ui:attribute name='title'/>
|
||||
<ui:msg>Cannot Merge</ui:msg>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user