mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
UX audit fixes for search bar on related tabs
This commit is contained in:
parent
aad4da3c39
commit
81402bd2ee
@ -593,7 +593,6 @@ input[type='radio']:checked:before {
|
||||
|
||||
.action_column {
|
||||
float: right;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
|
||||
@ -39,7 +39,8 @@ export default ['$stateParams', '$scope', 'UserList', 'Rest', '$state', 'generat
|
||||
url = data.related.admins;
|
||||
list.listTitle = listTitle;
|
||||
list.basePath = url;
|
||||
|
||||
list.searchSize = "col-lg-12 col-md-12 col-sm-12 col-xs-12";
|
||||
|
||||
$scope.orgRelatedUrls = data.related;
|
||||
|
||||
generator.inject(list, { mode: 'edit', scope: $scope, cancelButton: true });
|
||||
|
||||
@ -38,6 +38,7 @@
|
||||
url = data.related.users;
|
||||
list.listTitle = listTitle;
|
||||
list.basePath = url;
|
||||
list.searchSize = "col-lg-12 col-md-12 col-sm-12 col-xs-12";
|
||||
|
||||
$scope.orgRelatedUrls = data.related;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user