oozie
This commit is contained in:
parent
86c1f43042
commit
5790b6fa38
|
@ -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>
|
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue