Compare commits
No commits in common. "4ee55c1675856cc8e40cc6700621203a2d2fd927" and "f1e366c7afcb92922d23c63040afa8cee0962852" have entirely different histories.
4ee55c1675
...
f1e366c7af
@ -978,6 +978,6 @@ class ManufacturerDetailViewSet(LoginRequiredMixin, BaseTemplateMixin, DetailVie
|
||||
def health_check_view(request) -> HttpResponse:
|
||||
"""
|
||||
Health checking view. Returns empty http response with HTTP status OK.
|
||||
This will be used to check if the system is actually running correctly
|
||||
This will be used to check
|
||||
"""
|
||||
return HttpResponse(status=200)
|
@ -30,7 +30,7 @@
|
||||
{% endif %}
|
||||
<button type="button" class="btn btn-danger" data-bs-toggle="modal" data-bs-target="#delete-storage-modal">Delete</button>
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#add-sub-modal"><i class="bi bi-plus-circle"></i></button>
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#change-modal"><i class="bi bi-pencil-square"></i></button>
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#change-modal"><i class="bi bi-pen-fill"></i></button>
|
||||
</h1>
|
||||
<div class="list-group">
|
||||
{% for storage in storages %}
|
||||
|
Loading…
Reference in New Issue
Block a user