diff --git a/src/main/webapp/WEB-INF/views/admin.jsp b/src/main/webapp/WEB-INF/views/admin.jsp index 95e96a4..e1201ab 100644 --- a/src/main/webapp/WEB-INF/views/admin.jsp +++ b/src/main/webapp/WEB-INF/views/admin.jsp @@ -16,7 +16,7 @@ HA Flow Administration -

HA Flow Administration

+

Haflow Administration

Module List

diff --git a/src/main/webapp/WEB-INF/views/main.jsp b/src/main/webapp/WEB-INF/views/main.jsp index f2d8a31..f138152 100644 --- a/src/main/webapp/WEB-INF/views/main.jsp +++ b/src/main/webapp/WEB-INF/views/main.jsp @@ -10,7 +10,7 @@ -HA Flow +Haflow - a big data analysis service platform!Flow Info:"; text += "
Id: " + flowBrief.id + "
"; - text += "
Name:
"; - text += "
"; + text += "
Name:"; + text += "
"; text += "
"; text += ""; $("#" + instance.informationContainerId).html(text); @@ -1232,7 +1232,7 @@ HAFlow.Main.prototype.onNodeClicked = function(instance, flowId, nodeId) { + module.name + ""; text += "
"; text += "Name: "; - text += "
"; + text += ""; text += "
"; text += "
"; text += "
Delete?
"; @@ -1271,7 +1271,7 @@ HAFlow.Main.prototype.onNodeClicked = function(instance, flowId, nodeId) { var form = ""; form += "
"; - form += "
Configuration:
"; + //form += "
Configuration:
"; var i; for (i = 0; i < module.configurations.length; i++) { var textBoxId = "flow_" + flowId + "_node_" + nodeId + "_" diff --git a/src/main/webapp/style/haflow.main.css b/src/main/webapp/style/haflow.main.css index 5ec7ce8..0200422 100644 --- a/src/main/webapp/style/haflow.main.css +++ b/src/main/webapp/style/haflow.main.css @@ -60,7 +60,15 @@ } ._jsPlumb_endpoint { - z-index: 3; + z-index: 9; +} + +._jsPlumb_overlay { + z-index: 4; +} + +._jsPlumb_endpoint_anchor_ { + z-index: 9; } .dragHover {