mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
WIP: First attempt with Badge Icons
This commit is contained in:
parent
0bf28ffed8
commit
a27bd045de
@ -50,7 +50,16 @@ export default ['i18n', function(i18n) {
|
||||
excludeModal: true,
|
||||
columnClass: 'col-lg-4 col-md-2 col-sm-3 hidden-xs',
|
||||
class: 'List-staticColumnAdjacent--monospace',
|
||||
ngBind: 'project.scm_revision'
|
||||
ngBind: 'project.scm_revision',
|
||||
badgeCustom: true,
|
||||
badgePlacement: 'right',
|
||||
badgeIcon: `<a href=""
|
||||
aw-tool-tip="{{'See More or See Less'|translate}}"
|
||||
ng-if="project.scm_revision.length > 5"
|
||||
data-placement="top">See More</a>
|
||||
<a href=""
|
||||
ng-if="project.scm_revision.length < 5"
|
||||
data-placement="top">See Less</a>`
|
||||
},
|
||||
last_updated: {
|
||||
label: i18n._('Last Updated'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user