Added possibillity to delete attachments in admin page.

This commit is contained in:
Jan Böhmer 2019-04-06 18:38:36 +02:00
parent 72cd9a3722
commit 7c43feefbe
10 changed files with 133 additions and 19 deletions

View file

@ -46,6 +46,8 @@ require('patternfly-bootstrap-treeview/src/js/bootstrap-treeview')
require('./datatables.js');
window.bootbox = require('bootbox')
require('../ts_src/ajax_ui');
import {ajaxUI} from "../ts_src/ajax_ui";