mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Merge pull request #4524 from chrismeyersfsu/fix-4365
organization pattern differs from other views through the use of
This commit is contained in:
commit
bf4f29ab6a
@ -20,26 +20,27 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- smart-search directive bindings:
|
||||
djangoModel: '@', // one-way, interpolated
|
||||
searchSize: '@',
|
||||
basePath: '@',
|
||||
iterator: '@',
|
||||
dataset: '=', // two-way
|
||||
list: '=',
|
||||
collection: '=',
|
||||
searchTags: '=',
|
||||
-->
|
||||
<smart-search
|
||||
django-model="organization"
|
||||
base-path="organizations"
|
||||
iterator="organization"
|
||||
list="list"
|
||||
dataset="organization_dataset"
|
||||
collection="organizations"
|
||||
search-tags="searchTags">
|
||||
</smart-search>
|
||||
|
||||
<div class="List-well">
|
||||
<!-- smart-search directive bindings:
|
||||
djangoModel: '@', // one-way, interpolated
|
||||
searchSize: '@',
|
||||
basePath: '@',
|
||||
iterator: '@',
|
||||
dataset: '=', // two-way
|
||||
list: '=',
|
||||
collection: '=',
|
||||
searchTags: '=',
|
||||
-->
|
||||
<smart-search
|
||||
django-model="organization"
|
||||
base-path="organizations"
|
||||
iterator="organization"
|
||||
list="list"
|
||||
dataset="organization_dataset"
|
||||
collection="organizations"
|
||||
search-tags="searchTags">
|
||||
</smart-search>
|
||||
|
||||
<div class="List-noItems" ng-show="organizations.length < 1" translate>PLEASE ADD ITEMS TO THIS LIST</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user