ipfabric_netbox 4.3.2b2__py3-none-any.whl → 4.3.2b3__py3-none-any.whl
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.
- ipfabric_netbox/__init__.py +1 -1
- ipfabric_netbox/templates/ipfabric_netbox/inc/diff.html +7 -7
- {ipfabric_netbox-4.3.2b2.dist-info → ipfabric_netbox-4.3.2b3.dist-info}/METADATA +1 -1
- {ipfabric_netbox-4.3.2b2.dist-info → ipfabric_netbox-4.3.2b3.dist-info}/RECORD +5 -5
- {ipfabric_netbox-4.3.2b2.dist-info → ipfabric_netbox-4.3.2b3.dist-info}/WHEEL +0 -0
ipfabric_netbox/__init__.py
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<div class="row mb-3">
|
|
10
10
|
<div class="col-6">
|
|
11
11
|
<div class="card">
|
|
12
|
-
<h5 class="card-header"
|
|
12
|
+
<h5 class="card-header">{% trans "Pre-Change Data" %}</h5>
|
|
13
13
|
<div class="card-body">
|
|
14
14
|
{% if prechange_data %}
|
|
15
15
|
<pre class="change-data">{% for k, v in prechange_data.items %}{% spaceless %}
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
{% endspaceless %}{% endfor %}
|
|
18
18
|
</pre>
|
|
19
19
|
{% else %}
|
|
20
|
-
<span class="text-muted"
|
|
20
|
+
<span class="text-muted">{% trans "None" %}</span>
|
|
21
21
|
{% endif %}
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="col-6">
|
|
26
26
|
<div class="card">
|
|
27
|
-
<h5 class="card-header"
|
|
27
|
+
<h5 class="card-header">{% trans "Post-Change Data" %}</h5>
|
|
28
28
|
<div class="card-body">
|
|
29
29
|
{% if postchange_data %}
|
|
30
30
|
<pre class="change-data">{% for k, v in postchange_data.items %}{% spaceless %}
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<div class="col">
|
|
39
39
|
<div class="card">
|
|
40
40
|
<div class="card-header">
|
|
41
|
-
<h5 class="d-inline"
|
|
41
|
+
<h5 class="d-inline">{% trans "Difference" %}</h5>
|
|
42
42
|
<!-- <div class="btn-group btn-group-sm float-end noprint">
|
|
43
43
|
<a {% if prev_change %}href="{% url 'extras:objectchange' pk=prev_change.pk %}"{% else %}disabled{% endif %} class="btn btn-outline-secondary">
|
|
44
44
|
<i class="mdi mdi-chevron-left" aria-hidden="true"></i> Previous
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
{% if diff_added == diff_removed %}
|
|
53
53
|
<span class="text-muted" style="margin-left: 10px;">
|
|
54
54
|
{% if object.action == 'create' %}
|
|
55
|
-
%
|
|
55
|
+
{% trans "Object Created" %}
|
|
56
56
|
{% elif object.action == 'delete' %}
|
|
57
|
-
%
|
|
57
|
+
{% trans "Object Deleted" %}
|
|
58
58
|
{% else %}
|
|
59
|
-
%
|
|
59
|
+
{% trans "No Changes" %}
|
|
60
60
|
{% endif %}
|
|
61
61
|
</span>
|
|
62
62
|
{% else %}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ipfabric_netbox/__init__.py,sha256=
|
|
1
|
+
ipfabric_netbox/__init__.py,sha256=ubD3_CcKoeKzWiGAgw-Jbc6qYADxMkuX4GHa2dTMYK0,674
|
|
2
2
|
ipfabric_netbox/api/__init__.py,sha256=XRclTGWVR0ZhAAwgYul5Wm_loug5_hUjEumbLQEwKYM,47
|
|
3
3
|
ipfabric_netbox/api/serializers.py,sha256=92Cwhnqsm1l1oZfdHH5aJI1VFX0eO5JS4BsdXE6Ur18,6738
|
|
4
4
|
ipfabric_netbox/api/urls.py,sha256=1fXXVTxNY5E64Nfz6b7zXD9bZI3FcefuxAWKMe0w_QU,1240
|
|
@@ -43,7 +43,7 @@ ipfabric_netbox/signals.py,sha256=y3x2jKT8yTjOfC4B3h4YZPRsYQkBal4cFdHJFkbPoS8,14
|
|
|
43
43
|
ipfabric_netbox/tables.py,sha256=jXiHcRrR4XwkvyUnnU92JW290nZg-85IdpKjsQOsFcc,9052
|
|
44
44
|
ipfabric_netbox/template_content.py,sha256=lxZ02BFVihbSgjXCETGsWmhdElQUUO3uUGd0WfhlRmw,1120
|
|
45
45
|
ipfabric_netbox/templates/ipfabric_netbox/inc/clone_form.html,sha256=f6O5ugjQg7u37QWxUpKvE38jNslwb3rCMghlAUqjWBk,1127
|
|
46
|
-
ipfabric_netbox/templates/ipfabric_netbox/inc/diff.html,sha256=
|
|
46
|
+
ipfabric_netbox/templates/ipfabric_netbox/inc/diff.html,sha256=tuXJdQnesdIF0pUoKoho_8fQTGSIwdoEWhieHu6ikVM,3439
|
|
47
47
|
ipfabric_netbox/templates/ipfabric_netbox/inc/json.html,sha256=Z1zxFjy4PaAin3g_1EXy1KSlJyqSxWCD096wbRulQaE,635
|
|
48
48
|
ipfabric_netbox/templates/ipfabric_netbox/inc/logs_pending.html,sha256=lZXUFWQCQtu6RMe_OQQmjLMjJEnZ71EHPrhvSTE_-R4,353
|
|
49
49
|
ipfabric_netbox/templates/ipfabric_netbox/inc/merge_form.html,sha256=hey2JVm3IDZUqdpujzPUJYB7xZ4nxQ0pxl5wwRQIxOY,836
|
|
@@ -83,6 +83,6 @@ ipfabric_netbox/utilities/ipfutils.py,sha256=wc6wVBEHKJ8RoCOrp6Fm3w08nf1xiHGGMsM
|
|
|
83
83
|
ipfabric_netbox/utilities/logging.py,sha256=GYknjocMN6LQ2873_az3y0RKm29TCXaWviUIIneH-x0,3445
|
|
84
84
|
ipfabric_netbox/utilities/transform_map.py,sha256=nJhEdi2DqqowrtfowNgg-FZiE3_lN0MhQvaNwHS4yXw,8979
|
|
85
85
|
ipfabric_netbox/views.py,sha256=CPVtPvHcKCeCAusxjC0WvnOUKn6p5m3lgd57wOp29dI,44829
|
|
86
|
-
ipfabric_netbox-4.3.
|
|
87
|
-
ipfabric_netbox-4.3.
|
|
88
|
-
ipfabric_netbox-4.3.
|
|
86
|
+
ipfabric_netbox-4.3.2b3.dist-info/METADATA,sha256=x5CPFIHt27uvIVjSJ3v38qFptMdLXYyC5y-jA6hNnDY,4789
|
|
87
|
+
ipfabric_netbox-4.3.2b3.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
88
|
+
ipfabric_netbox-4.3.2b3.dist-info/RECORD,,
|
|
File without changes
|