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