fed32ada4388e468959914a22f290193d960cd59
[portal/sdk.git] /
1 <div class="demo-widget-raptor">
2     <div ng-show="true">
3 <!--     <p>{{url}}</p> -->
4                         <div style="display:block; border: none; height:50px; background-color:#f2f2f2;"></div>
5                 <iframe src= {{url}}
6                 width="100%" height="500"
7                          style="border: none; background-color: #f2f2f2; opacity: 1;"></iframe>
8     </div>
9
10 <!--     <div ng-show="!showChart">
11         <p>{{showChart}}</p>
12           <iframe id="chartiframe" ng-show="showChart" width="100%" height="450px" style="border: none" scrolling="no"></iframe>
13     </div> -->
14  
15         <div>
16                 <div>
17                         <div  id="grid1" ui-grid="gridOptions" ui-grid-pagination ui-grid-pinning ui-grid-resize-columns class="grid" style="height: {{gridHeight}}">
18                                 <div class="no-rows" ng-show="!gridOptions.data.length">
19                                         <div class="msg">
20                                                 <span>{{reportData.message}}</span>
21                                         </div>
22                                 </div>
23                         </div>
24                 </div>
25         </div>
26     
27     
28     
29 </div>