This commit is contained in:
keyeqing 2013-09-06 11:10:59 +08:00
parent 86c1f43042
commit 5790b6fa38
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,15 @@
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8" isELIgnored ="false"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>ozzie</title>
</head>
<body>
<iframe src="http://133.133.2.150:11000/oozie/" height="570px" width="1080px" frameborder="0" align="middle" ></iframe>
</body>
</html>

View File

@ -1263,7 +1263,7 @@ HAFlow.Main.prototype.onModuleClicked = function(instance, flowId, moduleId) {
}
}
text += "<div class=\"configuration\"><div class=\"configuration-content\">" +
"<span><strong>Name:</strong>"
"<span><strong>Name:</strong> "
+ instance.moduleList.modules[i].name + ".</span></div></div>";
$("#" + instance.informationContainerId).html(text);
};