Merge pull request #1455 from coreos-inc/better-dialogs

Better dialogs
This commit is contained in:
josephschorr 2016-05-16 18:27:03 -04:00
commit ee557c944a
32 changed files with 702 additions and 233 deletions

View file

@ -61,7 +61,7 @@
<span class="co-filter-box">
<span class="page-controls" total-count="tags.length" current-page="options.page" page-size="tagsPerPage"></span>
<input class="form-control" type="text" ng-model="options.tagFilter" placeholder="Filter Tags...">
<input class="form-control" type="text" ng-model="options.filter" placeholder="Filter Tags...">
</span>
</div>