mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
messages departments section
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
|
||||
import Ajax from '../../../components/ajax.js'
|
||||
import { ChatDepartmentDatatable } from '../../../components/datatables/ChatDepartmentDatatable.js'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$(() => {
|
||||
const chatDepartmentDatatable = new ChatDepartmentDatatable($("#tableChatDepartments"))
|
||||
chatDepartmentDatatable.init()
|
||||
})
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
|
||||
import ChatDepartmentForm from '../../../components/forms/chatDepartmentForm.js'
|
||||
|
||||
$(() => {
|
||||
|
||||
const chatDepartmentForm = new ChatDepartmentForm($("#chatDepartmentForm"))
|
||||
chatDepartmentForm.init()
|
||||
})
|
||||
Reference in New Issue
Block a user