Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | <div> |
| 2 | |
| 3 | <span class="statusLine" [hidden]="!isSpinnerVisible"> |
| 4 | <img src="./img/spinner.gif"/> |
| 5 | </span> |
| 6 | <span class="statusLine" [hidden]="!isProgressVisible"> |
| 7 | <label>Status:</label><span class="status"><span [hidden]="!error"><font color='red'><b>Error: </b></font></span>{{status}}</span> |
| 8 | </span> |
| 9 | <br><br> |
| 10 | <div> |
| 11 | <input class="form-control search-query" placeholder="Filter..." data-tests-id="browseFilter" type="text" [(ngModel)]="filterQuery" size="20" style="width: 250px;"> |
| 12 | </div> |
| 13 | |
| 14 | <h1 class="heading1" style="margin-top:20px;">Browse SDC Service Models</h1> |
| 15 | <div style="margin-top:30px"> |
| 16 | <button (click)="deploy()">deploy</button> |
| 17 | <vid-table |
| 18 | [options]="tableOptions" |
| 19 | [filterQuery]="filterQuery" |
| 20 | (clickEvent)="clickAction($event)"> |
| 21 | Loading table... |
| 22 | </vid-table> |
| 23 | </div> |
| 24 | </div> |
| 25 | |
| 26 | |