[UPDT] EMPLOYEE: Changed employee organisation chart orientation and added search option in it

This commit is contained in:
Horilla
2024-09-26 15:06:19 +05:30
parent dec7f465e7
commit 0fa55b0835
6 changed files with 2710 additions and 52 deletions

View File

@@ -32,6 +32,7 @@
<link rel="stylesheet" href="{% static 'build/css/style.min.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'css/style.css' %}">
<link rel="stylesheet" href="{% static 'build/css/summernote-lite.min.css' %}" />
<link rel="stylesheet" href="{% static 'build/css/orgChart.css' %}" />
<script src="{% static '/jquery/ajax.js' %}"></script>
<script src="{% static '/jquery/jquery.min.js' %}"></script>
<link rel="stylesheet" href="{% static '/jquery/jqueryui.css' %}">