summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/view-models/reportdashboard-page/src/components/directives/dashboard/add-rcloud-notebook-template.html
blob: 239497c9622f6aed0ab5c3dd8faf0d17f59e69eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div>
	<div class="modal-header">
		<h3 class="modal-title"> Add a Raptor Report</h3>			
	</div>

	<div >
		<form name="addRaptorReportForm" class="css-form" novalidate>
		<div style="width: 100%;">
			<div style="margin-left: 50px;margin-top:28px; font-size: 15px;">RCloud Notebook URL: </div>
<!-- 			<div style="margin-top:20px;" class="form-field" att-select="raptorReportList" ng-model="selectedRaptorReport" placeholder="Select a Raptor Report" no-filter="true"></div>  -->
			<textarea style="margin-left: 50px; width:450px; height: 150px;" ng-model="rcloud_url" name="content">
			</textarea>
		</div>
			<div class="modal-footer">
				<a att-button btn-type="primary" ng-click="ok()">OK</a>
				<a att-button btn-type="primary" ng-click="cancel()">Cancel</a>
			</div>
			
		</form>
		<br />
	</div>
</div>