aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/scripts/view-models/profile-page/admin_closed_loop.html
blob: b99f63d9fe6a8e77d59860d5d1d94356d03b4421 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!--
  ================================================================================
  DCAE DMaaP Bus Controller Web Application
  ================================================================================
  Copyright (C) 2017 AT&T Intellectual Property
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
       http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  ================================================================================
  -->
<div ng-controller="AdminClosedLoopController" style="margin-left:0px; margin-right:50px;" id="fnMenueContent"> 		
	<div class="pageTitle" align="left">

	        <h1 class="heading1" style="margin-top:20px;">Closed Loop</h1>
	        <br/>
	 <br>	        
	</div>
	<div style="margin-right: 20px;text-align: justify;text-align-last:auto;">
	Cloop Server
	</div>
	<br>
	<!--  
  	<div style="width: 20%"  >   <!-- ng-init="camundaLogin();" 
	<form id="login" target="frame" method="post" action="">
	    <input id="camundausername" type="text" name="username" ng-model="camundaUser.username"/>
	    <input id="camundapassword" type="text" name="password" ng-model="camundaUser.password"/>
	</form>
	</div>
	-->
	<div id="hiddenCamundaDiv" style="width:500px;"></div>
    <br>
	<iframe id="camundaFrame" 
		src=""
		width="100%" height="500"
	></iframe>
</div>