mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Merge pull request #2580 from jaredevantabor/search-ux-audit
UX audit fixes for search bar on related tabs
This commit is contained in:
commit
dcad4171b0
@ -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