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;">
33 background-color: $melon;
37 text-transform: uppercase;
71 border: 1px solid black;
72 display: inline-block;
76 text-transform: capitalize;
84 <h1 class="heading-page">Register Timeslot</h1>
87 <div class="form-row">
88 <label for="textinputID-3a">Define start date
89 and time : </label> <input ng-model="definedStart" readonly></input>
95 <div class="form-row">
96 <label for="textinputID-3a">Select Lab: </label> <select
97 ng-model="selectedLab"
98 ng-change="selectedLabChange()"
99 ng-options="v for v in labs">
106 <div class="form-row">
107 <label for="textinputID-3a">Add Blueprint
108 Instance: </label> <select
109 ng-model="selectedDeclerativeInst"
110 ng-change="selectedDeclerativeInstChange()"
111 ng-options="v for v in declerativeInsts">
113 <button ng-disabled="!selectedDeclerativeInst"
114 ng-click="addInst(selectedDeclerativeInst)">Add</button>
119 <ul class="ul-timeslot">
120 <li ng-repeat="inst in insts" class="li-timeslot"><span
121 ng-click="deleteInst($index)"><i
122 class="fa fa-close"></i></span> {{inst}}</li>
125 <div ng-show="loadingLabs || loadingBlueprintInstances">
126 <img src=" static/fusion/images/giphy.gif" />
129 <div class="fn-ebz-container"
130 style="position: relative; top: 25px;">
131 <button href="javascript:void(0)" id="addbtn"
132 style="bottom: -17px;" size="small"
133 att-accessibility-click="13,32"
134 class="btn btn-alt btn-small" ng-click="register();">Register</button>