summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/view-models/profile-page/admin_closed_loop.html
blob: a3a5dfc10ee28ad92ad32a0b92ba6a1875f28718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div 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 id="hiddenCamundaDiv" style="width:500px;"></div>
    <br>
	<iframe id="camundaFrame" 
		ng-src="{{camunda_cockpit_url}}"
		width="100%" height="500"
	></iframe>
</div>