Add missing newlines
This commit is contained in:
@@ -229,4 +229,3 @@ class IndividualOptions(NetBoxModel):
|
|||||||
|
|
||||||
def __str___(self):
|
def __str___(self):
|
||||||
return f"{self.user_id}"
|
return f"{self.user_id}"
|
||||||
|
|
||||||
@@ -15,4 +15,5 @@ class CoordinatesIndex(SearchIndex):
|
|||||||
fields = (
|
fields = (
|
||||||
('group', 100),
|
('group', 100),
|
||||||
('device', 200),
|
('device', 200),
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -39,4 +39,4 @@
|
|||||||
{% plugin_right_page object %}
|
{% plugin_right_page object %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% extends 'generic/object_edit.html' %}
|
{% extends 'generic/object_edit.html' %}
|
||||||
|
|
||||||
{% block title %}Add new Device Coordinates{% endblock title %}
|
{% block title %}Add new Device Coordinates{% endblock title %}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% extends 'generic/object_edit.html' %}
|
{% extends 'generic/object_edit.html' %}
|
||||||
|
|
||||||
{% block title %}Edit Device Coordinates{% endblock title %}
|
{% block title %}Edit Device Coordinates{% endblock title %}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% extends 'generic/object_list.html' %}
|
{% extends 'generic/object_list.html' %}
|
||||||
|
|
||||||
{% block title %}Device Coordinates{% endblock title %}
|
{% block title %}Device Coordinates{% endblock title %}
|
||||||
|
|||||||
@@ -42,4 +42,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% extends 'generic/object_edit.html' %}
|
{% extends 'generic/object_edit.html' %}
|
||||||
|
|
||||||
{% block title %}Edit Coordinate Group{% endblock title %}
|
{% block title %}Edit Coordinate Group{% endblock title %}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% extends 'generic/object_list.html' %}
|
{% extends 'generic/object_list.html' %}
|
||||||
|
|
||||||
{% block title %}Coordinate Groups{% endblock title %}
|
{% block title %}Coordinate Groups{% endblock title %}
|
||||||
|
|||||||
Reference in New Issue
Block a user