Hacking on AJAX 85/68185/7
authorParker Berberian <pberberian@iol.unh.edu>
Tue, 2 Jul 2019 21:33:09 +0000 (17:33 -0400)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Mon, 8 Jul 2019 14:32:53 +0000 (14:32 +0000)
commitbf45f8f4d05d9842b285013cfcb0a0235ce51c5d
tree528ceb8bf7627a65ed771ac3738031778e8750c8
parente0b8bb3ee3c218a65562acdc5e76f714aab92926
Hacking on AJAX

This change incorporates the multiple changes we've made
in the past few days in order to actually get AJAX working.

Change-Id: Ia61a0395e7dbac26a143ca6e15049e6a4bdc8b0d
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
15 files changed:
src/dashboard/views.py
src/static/js/dashboard.js
src/templates/base.html
src/templates/dashboard/genericselect.html
src/templates/dashboard/landing.html
src/templates/dashboard/multiple_select_filter_widget.html
src/templates/dashboard/searchable_select_multiple.html
src/templates/resource/steps/pod_definition.html
src/templates/workflow/confirm.html
src/templates/workflow/viewport-base.html
src/templates/workflow/viewport-element.html
src/workflow/models.py
src/workflow/urls.py
src/workflow/views.py
src/workflow/workflow_manager.py