automatic reload on lists; new django decorator for ajax request 64/6464/2
authorlombardofr <lombardo@everyup.it>
Mon, 10 Sep 2018 09:36:06 +0000 (11:36 +0200)
committerlombardofr <lombardo@everyup.it>
Tue, 11 Sep 2018 13:18:59 +0000 (15:18 +0200)
commit4908f382154fddb84d72ce8d516229649c01b606
tree28dd553afea6014958e03addad1fb460abcdfb18
parentc89a4a0390fd7250179e7a3730aa53a6ce2ede68
automatic reload on lists; new django decorator for ajax request

Change-Id: I3eb41de76217191268acb6053ad0c04aec0e8388
Signed-off-by: lombardofr <lombardo@everyup.it>
25 files changed:
authosm/backend.py
bower.json
instancehandler/template/instance_list.html
instancehandler/template/instance_list_ns.html
instancehandler/template/instance_list_vnf.html
instancehandler/template/instance_operations_list.html
instancehandler/views.py
projecthandler/middleware.py
projecthandler/template/project/osm/osm_project_descriptors.html
projecthandler/template/project/projectlist.html
projecthandler/views.py
sdnctrlhandler/template/sdn_list.html
sdnctrlhandler/views.py
sf_t3d/decorators.py [new file with mode: 0644]
static/src/instancehandler/instance_list.js
static/src/instancehandler/instance_operations_list.js
static/src/projecthandler/descriptorslist.js
static/src/sdnctrlhandler/sdn_list.js
static/src/userhandler/user_list.js
static/src/utils.js
template/base.html
userhandler/templates/user_list.html
userhandler/views.py
vimhandler/template/vim_list.html
vimhandler/views.py