mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
Show last login along with the badges on the user view screen.
This commit is contained in:
@@ -1418,6 +1418,8 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
"ng-show='ldap_user'>LDAP</span>";
|
||||
html+= "<span class=\"Form-title--is_external_account\" "+
|
||||
"ng-show='external_account'>{{external_account}}</span>";
|
||||
html+= "<span class=\"Form-title--last_login\" "+
|
||||
"ng-show='last_login'>" + i18n._("Last logged in: ") + "{{ last_login | longDate }}</span>";
|
||||
}
|
||||
if(this.form.name === "smartinventory"){
|
||||
html+= "<span class=\"Form-title--is_smartinventory\" "+
|
||||
|
||||
Reference in New Issue
Block a user