ui: rewrite admin templates to pf4, add some helper scripts
This commit is contained in:
		@ -1,4 +1,4 @@
 | 
			
		||||
{% extends "base/skeleton_pf4.html" %}
 | 
			
		||||
{% extends "base/skeleton.html" %}
 | 
			
		||||
 | 
			
		||||
{% load static %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
@ -123,16 +123,3 @@
 | 
			
		||||
    </main>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block scripts %}
 | 
			
		||||
{{ block.super }}
 | 
			
		||||
<script>
 | 
			
		||||
    $(document).ready(function () {
 | 
			
		||||
        // initialize tooltips
 | 
			
		||||
        $('[data-toggle="tooltip"]').tooltip();
 | 
			
		||||
 | 
			
		||||
        // Initialize the vertical navigation
 | 
			
		||||
        $().setupVerticalNavigation(true);
 | 
			
		||||
    });
 | 
			
		||||
</script>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user