239497c9622f6aed0ab5c3dd8faf0d17f59e69eb
[portal/sdk.git] /
1 <div>
2         <div class="modal-header">
3                 <h3 class="modal-title"> Add a Raptor Report</h3>                       
4         </div>
5
6         <div >
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">
12                         </textarea>
13                 </div>
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>
17                         </div>
18                         
19                 </form>
20                 <br />
21         </div>
22 </div>