wbintegrator_office365 2.2.5__py2.py3-none-any.whl → 2.2.6__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- wbintegrator_office365/templates/admin/tenant_change_list.html +12 -0
- {wbintegrator_office365-2.2.5.dist-info → wbintegrator_office365-2.2.6.dist-info}/METADATA +2 -2
- {wbintegrator_office365-2.2.5.dist-info → wbintegrator_office365-2.2.6.dist-info}/RECORD +4 -3
- {wbintegrator_office365-2.2.5.dist-info → wbintegrator_office365-2.2.6.dist-info}/WHEEL +1 -1
@@ -0,0 +1,12 @@
|
|
1
|
+
{% extends 'admin/change_list.html' %}
|
2
|
+
|
3
|
+
{% block object-tools %}
|
4
|
+
<div>
|
5
|
+
<form action="fetch_tenantusers/" method="POST">
|
6
|
+
{% csrf_token %}
|
7
|
+
<button type="submit" style="cursor:pointer;border-radius: 5px;height: 30px;">Fetch Tenant Users</button>
|
8
|
+
</form>
|
9
|
+
</div>
|
10
|
+
<br />
|
11
|
+
{{ block.super }}
|
12
|
+
{% endblock %}
|
@@ -23,6 +23,7 @@ wbintegrator_office365/models/__init__.py,sha256=sZKutR9oNMm2IaON35doaMVPgeMfxmW
|
|
23
23
|
wbintegrator_office365/models/event.py,sha256=TJ3rvsgA6QT8Iu0dZSioqhRtgzGIEgIJJYYrLLyyw0I,26245
|
24
24
|
wbintegrator_office365/models/subscription.py,sha256=sngZ4mATSQyUWZC7EQetwFKUrIvfTD5zOx_oA2p4Mmk,6423
|
25
25
|
wbintegrator_office365/models/tenant.py,sha256=-FS6jg9nt8IgUv_729D92QFvrrbKleBUGnXhwaLv5Sc,2357
|
26
|
+
wbintegrator_office365/templates/admin/tenant_change_list.html,sha256=mI4C1ZmTkl5MdN4CgoIWgCziSReqlHiK71aI7zJpVEM,358
|
26
27
|
wbintegrator_office365/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
28
|
wbintegrator_office365/tests/conftest.py,sha256=5R2mRq3sdVEDEaQx2n6CrCwQtUm5WdYC_rKJ9Gs_iOQ,971
|
28
29
|
wbintegrator_office365/tests/test_admin.py,sha256=MP_RRfHdVi9_D3-jUC05HvS-jabZHSIofr4MX41ADYY,3484
|
@@ -36,6 +37,6 @@ wbintegrator_office365/viewsets/endpoints.py,sha256=EL-2enypHcBztCAXjiz_1B-NdjRW
|
|
36
37
|
wbintegrator_office365/viewsets/menu.py,sha256=hafwoiHZmN3ltf30dTfwHreDwhyfdHlGOQk8bB7jB_o,2406
|
37
38
|
wbintegrator_office365/viewsets/titles.py,sha256=9GZ_fqN9-sJzYHFvibOhNrRQQMNTh_m4eAv66VaGzDM,1214
|
38
39
|
wbintegrator_office365/viewsets/viewsets.py,sha256=O6RHtBt6PSXXNKXUCUCflJpe1YyOLOh8JwqfJNpjcpg,26368
|
39
|
-
wbintegrator_office365-2.2.
|
40
|
-
wbintegrator_office365-2.2.
|
41
|
-
wbintegrator_office365-2.2.
|
40
|
+
wbintegrator_office365-2.2.6.dist-info/METADATA,sha256=WDP84MRIgNk0JmE8nage3bih5SieUY5n5Imj6Dxk14k,303
|
41
|
+
wbintegrator_office365-2.2.6.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
42
|
+
wbintegrator_office365-2.2.6.dist-info/RECORD,,
|