diff options
author | Jeremy Plsek <jplsek@iol.unh.edu> | 2019-12-20 10:50:41 -0500 |
---|---|---|
committer | Jeremy Plsek <jplsek@iol.unh.edu> | 2020-02-17 16:01:03 -0500 |
commit | d63a08e56716358ea4daa30d3050fa01df65a837 (patch) | |
tree | 10873a809c29492efcc1988cc65ccf8cf054f7e7 /src/templates/base/resource | |
parent | 80f9bb0bb514133363bd0a40edb8b10ddb8d3a51 (diff) |
js: use npm instead of bower
Bower is considered deprecated, so switch to npm.
- Update all dependencies
- Use npm's version of mxgraph
- Use npm's version of jquery
- Use npm's version of plotly
- Fix mxgraph to use styles and images from the correct location
- Removed random csrf token input in nav bar and use js to get csrf
token
- Remove all calendar and some resource files since they were not used
Change-Id: I30d6bd91cded9547caa4c0a5247cd9f214fe9798
Signed-off-by: Jeremy Plsek <jplsek@iol.unh.edu>
Diffstat (limited to 'src/templates/base/resource')
-rw-r--r-- | src/templates/base/resource/steps/pod_definition.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/templates/base/resource/steps/pod_definition.html b/src/templates/base/resource/steps/pod_definition.html index a6810de..4b8b296 100644 --- a/src/templates/base/resource/steps/pod_definition.html +++ b/src/templates/base/resource/steps/pod_definition.html @@ -1,6 +1,5 @@ {% extends "workflow/viewport-element.html" %} {% block extrahead %} -<link href="/static/css/graph_common.css" rel="stylesheet"> <title>Pod Definition Prototype</title> <!-- Loads and initializes the library --> @@ -15,7 +14,7 @@ <div class="h-100 w-100 position-absolute overflow-hidden"> <div class="row h-100"> <div id="graphParent" class="col h-100"> - <div class="d-flex bg-light border"> + <div class="d-flex bg-light border align-items-center"> <div id="toolbarContainer"></div> <div class="ml-4 text-info">Hold right click to drag</div> </div> |