2 Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
17 <div id="page-content" class="content" style="padding: 25px;">
19 <h1 class="heading-page">Get Last Run</h1>
23 <div class="form-row">
24 <label for="textinputID-3a">Select Lab: </label> <select
25 ng-model="selectedLab" ng-init="labs[0]"
26 ng-change="selectedLabChange()"
27 ng-options="n for n in labs">
33 <div class="form-row">
34 <label for="textinputID-3a">Select Blueprint: </label> <select
35 ng-model="selectedBlueprint" ng-init="blueprints[0]"
36 ng-change="selectedBlueprintChange()"
37 ng-options="n for n in blueprints">
43 <div class="form-row">
44 <label for="textinputID-3a">Select Blueprint
45 Version: </label> <select ng-model="selectedVersion"
47 ng-change="selectedVersionChange()"
48 ng-options="n for n in versions">
54 <div class="form-row">
55 <label for="textinputID-3a">Select Blueprint
56 Layer Under Validation: </label> <select
57 ng-model="selectedLayer" ng-init="layers[0]"
58 ng-change="selectedLayerChange()"
59 ng-options="n for n in layers">
65 <div class="form-row">
66 <label for="textinputID-3a">Optional Test Cases:
67 </label> <select ng-model="selectedOptional"
69 ng-change="selectedOptionalChange()"
70 ng-options="n for n in optionals">
76 <div class="form-row">
77 <label for="textinputID-3a">Select Desired
78 Overall Outcome: </label> <select ng-model="selectedOutcome"
80 ng-change="selectedOutcomeChange()"
81 ng-options="n for n in outcomes">
87 <div class="fn-ebz-container" style="position: relative; top: 25px;">
88 <button href="javascript:void(0)" id="addbtn"
89 style="bottom: -17px;" size="small"
90 att-accessibility-click="13,32"
91 class="btn btn-alt btn-small" ng-click="get();">Get</button>