ソースを参照

16077 fix display of config revision

Arthur 1 年間 前
コミット
111cbe5b7c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      netbox/templates/core/configrevision.html

+ 1 - 1
netbox/templates/core/configrevision.html

@@ -33,7 +33,7 @@
     <div class="col col-md-12">
       <div class="card">
         <h5 class="card-header">{% trans "Configuration Data" %}</h5>
-        {% include 'core/inc/config_data.html' with config=config.data %}
+        {% include 'core/inc/config_data.html' with config=object.data %}
       </div>
 
       <div class="card">