Skip to content

Commit

Permalink
[fix] Updated device change_form template
Browse files Browse the repository at this point in the history
Previously, the device change_form.html template extended
"config/device/change_form.html". However, after merging the device
deactivation feature, the inheritance order was modified.
As a result, enabling the Radius integration caused the
"Status" and "Charts" tabs to disappear from the device page.
  • Loading branch information
pandafy committed Nov 21, 2024
1 parent cbfc0bf commit 7e345e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "admin/config/device/change_form.html" %}
{% extends "admin/monitoring/device/change_form.html" %}
{% load i18n %}

{% block inline_field_sets %}
Expand Down

0 comments on commit 7e345e3

Please sign in to comment.