aa-fleetfinder 2.5.1__tar.gz → 2.6.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aa-fleetfinder might be problematic. Click here for more details.
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/PKG-INFO +2 -2
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/__init__.py +1 -1
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/dashboard.html +60 -47
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/fleet-details.html +7 -1
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/pyproject.toml +1 -1
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/.gitignore +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/LICENSE +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/README.md +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/app_settings.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/apps.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/auth_hooks.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/cs_CZ/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/cs_CZ/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/de/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/de/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/django.pot +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/es/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/es/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/fr_FR/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/it_IT/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ja/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ja/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ko_KR/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/nl_NL/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/pl_PL/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ru/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ru/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/sk/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/sk/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/uk/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/uk/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/migrations/0001_initial.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/migrations/0002_esi_error_handling_and_verbose_names.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/migrations/0003_alter_fleet_fleet_commander_alter_fleet_groups_and_more.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/migrations/__init__.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/models.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/providers.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/css/fleetfinder.css +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/css/fleetfinder.min.css +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/css/fleetfinder.min.css.map +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/libs/slim-select/2.6.0/css/slimselect.css +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/libs/slim-select/2.6.0/css/slimselect.min.css +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/libs/slim-select/2.6.0/css/slimselect.min.css.map +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/libs/slim-select/2.6.0/js/slimselect.min.js +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tasks.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/base.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/bundles/css/fleetfinder-css.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/bundles/css/slim-select-css.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/bundles/js/slim-select-js.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/create-fleet.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/edit-fleet.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/join-fleet.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/partials/body/form-fleet-details.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/partials/footer/app-translation-footer.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/partials/header/header-nav-left.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/partials/header/header-nav-right.html +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templatetags/__init__.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templatetags/fleetfinder.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tests/__init__.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tests/test_access.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tests/test_auth_hooks.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tests/test_settings.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tests/test_templatetags.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tests/test_user_agent.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/tests/utils.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/urls.py +0 -0
- {aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aa-fleetfinder
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.6.0
|
|
4
4
|
Summary: Fleet finder plugin for Alliance Auth
|
|
5
5
|
Project-URL: Changelog, https://github.com/ppfeufer/aa-fleetfinder/blob/master/CHANGELOG.md
|
|
6
6
|
Project-URL: Documentation, https://github.com/ppfeufer/aa-fleetfinder/blob/master/README.md
|
|
@@ -701,7 +701,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
|
|
|
701
701
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
|
702
702
|
Requires-Python: >=3.10
|
|
703
703
|
Requires-Dist: allianceauth-app-utils>=1.14.2
|
|
704
|
-
Requires-Dist: allianceauth<5,>=4.
|
|
704
|
+
Requires-Dist: allianceauth<5,>=4.9
|
|
705
705
|
Requires-Dist: django-esi>=7.0.1
|
|
706
706
|
Provides-Extra: tests-allianceauth-latest
|
|
707
707
|
Requires-Dist: coverage; extra == 'tests-allianceauth-latest'
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/dashboard.html
RENAMED
|
@@ -51,52 +51,57 @@
|
|
|
51
51
|
const DATETIME_FORMAT = 'YYYY-MM-DD, HH:mm';
|
|
52
52
|
const table_fleet_overview = $('#table_available-fleets');
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
},
|
|
63
|
-
columns: [
|
|
64
|
-
{
|
|
65
|
-
data: 'fleet_commander',
|
|
66
|
-
render: {
|
|
67
|
-
_: 'html',
|
|
68
|
-
sort: 'sort'
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
{data: 'fleet_name'},
|
|
72
|
-
{
|
|
73
|
-
data: 'created_at',
|
|
74
|
-
},
|
|
75
|
-
{data: 'join'},
|
|
76
|
-
{% if perms.fleetfinder.manage_fleets %}
|
|
77
|
-
{data: 'details'},
|
|
78
|
-
{data: 'edit'},
|
|
79
|
-
{% endif %}
|
|
80
|
-
],
|
|
81
|
-
columnDefs: [
|
|
82
|
-
{
|
|
83
|
-
targets: 2,
|
|
84
|
-
render: DataTable.render.date(DATETIME_FORMAT)
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
orderable: false,
|
|
88
|
-
targets: [3]
|
|
89
|
-
},
|
|
90
|
-
{% if perms.fleetfinder.manage_fleets %}
|
|
91
|
-
{
|
|
92
|
-
orderable: false,
|
|
93
|
-
targets: [4, 5]
|
|
54
|
+
/**
|
|
55
|
+
* Initialize the datatable for fleet overview
|
|
56
|
+
*/
|
|
57
|
+
fetchGet({url: '{% url "fleetfinder:ajax_dashboard" %}'})
|
|
58
|
+
.then((data) => {
|
|
59
|
+
table_fleet_overview.DataTable({
|
|
60
|
+
language: {
|
|
61
|
+
url: '{{ DT_LANG_PATH }}'
|
|
94
62
|
},
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
63
|
+
data: data,
|
|
64
|
+
columns: [
|
|
65
|
+
{
|
|
66
|
+
data: 'fleet_commander',
|
|
67
|
+
render: {
|
|
68
|
+
_: 'html',
|
|
69
|
+
sort: 'sort'
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{data: 'fleet_name'},
|
|
73
|
+
{
|
|
74
|
+
data: 'created_at',
|
|
75
|
+
},
|
|
76
|
+
{data: 'join'},
|
|
77
|
+
{% if perms.fleetfinder.manage_fleets %}
|
|
78
|
+
{data: 'details'},
|
|
79
|
+
{data: 'edit'},
|
|
80
|
+
{% endif %}
|
|
81
|
+
],
|
|
82
|
+
columnDefs: [
|
|
83
|
+
{
|
|
84
|
+
targets: 2,
|
|
85
|
+
render: DataTable.render.date(DATETIME_FORMAT)
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
orderable: false,
|
|
89
|
+
targets: [3]
|
|
90
|
+
},
|
|
91
|
+
{% if perms.fleetfinder.manage_fleets %}
|
|
92
|
+
{
|
|
93
|
+
orderable: false,
|
|
94
|
+
targets: [4, 5]
|
|
95
|
+
},
|
|
96
|
+
{% endif %}
|
|
97
|
+
],
|
|
98
|
+
order: [[0, 'asc']],
|
|
99
|
+
paging: false
|
|
100
|
+
});
|
|
101
|
+
})
|
|
102
|
+
.catch((error) => {
|
|
103
|
+
console.error('Error fetching fleet data:', error);
|
|
104
|
+
});
|
|
100
105
|
|
|
101
106
|
/**
|
|
102
107
|
* Refresh the datatable information every 30 seconds
|
|
@@ -108,7 +113,7 @@
|
|
|
108
113
|
* reload datatable "fleetfinderFleetsTable"
|
|
109
114
|
*/
|
|
110
115
|
const reloadDataTable = () => {
|
|
111
|
-
|
|
116
|
+
const dt = Date.now() - expectedReloadDatatable; // The drift (positive for overshooting)
|
|
112
117
|
|
|
113
118
|
if (dt > intervalReloadDatatable) {
|
|
114
119
|
// Something awful happened. Maybe the browser (tab) was inactive?
|
|
@@ -120,7 +125,15 @@
|
|
|
120
125
|
);
|
|
121
126
|
}
|
|
122
127
|
|
|
123
|
-
|
|
128
|
+
fetchGet({url: '{% url "fleetfinder:ajax_dashboard" %}'})
|
|
129
|
+
.then((newData) => {
|
|
130
|
+
const dataTable = table_fleet_overview.DataTable();
|
|
131
|
+
|
|
132
|
+
dataTable.clear().rows.add(newData).draw();
|
|
133
|
+
})
|
|
134
|
+
.catch((error) => {
|
|
135
|
+
console.error('Error fetching updated data:', error);
|
|
136
|
+
});
|
|
124
137
|
|
|
125
138
|
expectedReloadDatatable += intervalReloadDatatable;
|
|
126
139
|
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/fleet-details.html
RENAMED
|
@@ -78,7 +78,10 @@
|
|
|
78
78
|
const tabe_fleet_composition = $('#table_fleet_composition');
|
|
79
79
|
|
|
80
80
|
const populateDatatables = () => {
|
|
81
|
-
|
|
81
|
+
fetchGet({
|
|
82
|
+
url: '{% url "fleetfinder:ajax_fleet_details" fleet_id %}'
|
|
83
|
+
})
|
|
84
|
+
.then((data) => {
|
|
82
85
|
table_fleet_members.DataTable({
|
|
83
86
|
language: {
|
|
84
87
|
url: '{{ DT_LANG_PATH }}'
|
|
@@ -106,6 +109,9 @@
|
|
|
106
109
|
],
|
|
107
110
|
order: [[1, 'desc']]
|
|
108
111
|
});
|
|
112
|
+
})
|
|
113
|
+
.catch((error) => {
|
|
114
|
+
console.error('Error fetching fleet details:', error);
|
|
109
115
|
});
|
|
110
116
|
};
|
|
111
117
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/cs_CZ/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/cs_CZ/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/fr_FR/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/fr_FR/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/it_IT/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/it_IT/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ko_KR/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/ko_KR/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/nl_NL/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/nl_NL/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/pl_PL/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/pl_PL/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/zh_Hans/LC_MESSAGES/django.mo
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/locale/zh_Hans/LC_MESSAGES/django.po
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/css/fleetfinder.css
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/static/fleetfinder/css/fleetfinder.min.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/create-fleet.html
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/edit-fleet.html
RENAMED
|
File without changes
|
{aa_fleetfinder-2.5.1 → aa_fleetfinder-2.6.0}/fleetfinder/templates/fleetfinder/join-fleet.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|