mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Add tooltip to revision copy link
This commit is contained in:
parent
65dd53ac5f
commit
82683d423f
@ -14,7 +14,7 @@
|
||||
text-transform: uppercase;
|
||||
cursor: pointer;
|
||||
font-size: 11px;
|
||||
margin-left: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.RevisionHash-copy:hover {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="RevisionHash-tag">
|
||||
<span class="RevisionHash-name">{{revisionHash}}</span>
|
||||
</div>
|
||||
<div class="RevisionHash-copy" ng-if="count > 7" ng-click="copyRevisionHash()">
|
||||
<div class="RevisionHash-copy" ng-if="count > 7" aw-tool-tip="Copy full revision to clipboard" data-placement="top" ng-click="copyRevisionHash()">
|
||||
Copy
|
||||
</div>
|
||||
</div>
|
||||
Loading…
x
Reference in New Issue
Block a user