diff --git a/TODO.md b/TODO.md index 596785d270..9f3d3b1b0f 100644 --- a/TODO.md +++ b/TODO.md @@ -84,3 +84,6 @@ MISC when associating inventory objects, objects should share common inventory records (user_can_attach method should check) +PAGINATION, FILTERING, SORTING -> CH + + diff --git a/lib/urls.py b/lib/urls.py index d9057020d9..8a8c71b214 100644 --- a/lib/urls.py +++ b/lib/urls.py @@ -1,16 +1,16 @@ # Copyright (c) 2013 AnsibleWorks, Inc. # # This file is part of Ansible Commander. -# +# # Ansible Commander is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, version 3 of the License. +# the Free Software Foundation, version 3 of the License. # # Ansible Commander is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with Ansible Commander. If not, see .