b369e012d84f2231cea51025664afe0f6e2558d5
[ccsdk/cds.git] /
1 <!--
2 ============LICENSE_START==========================================
3 ===================================================================
4 Copyright (C) 2018-19 IBM Intellectual Property. All rights reserved.
5 ===================================================================
6
7 Unless otherwise specified, all software contained herein is licensed
8 under the Apache License, Version 2.0 (the License);
9 you may not use this software except in compliance with the License.
10 You may obtain a copy of the License at
11
12     http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END============================================
20 -->
21 <div>
22     <table class="table table-bordered table-condensed" style="margin: 1em; background: white">
23         <thead style="background-color: #3f51b5; color: white;line-height: 26px;font: 400 13.3333px Arial;">
24             <tr class="success">
25                 <th>Required</th>
26                 <th>Template Input</th>
27                 <th>Parameter Name</th>
28                 <th>Dictionary Name</th>
29                 <th>Dictionary Source</th>
30                 <th>Default</th>
31                 <th>Data Type</th>
32                 <th>Entry Schema</th>
33                 <th>Dependency Mapping</th>
34             </tr>
35         </thead>
36         <tbody>
37             <tr *ngFor="let param of paramData.resourceAccumulatorResolvedData">
38                 <td>
39                     <input type="checkbox" />
40                 </td>
41                 <td>
42                     <input type="text" />
43                 </td>
44                 <td>{{param["param-value"]}}</td>
45                 <td>
46                     <input type="text" style="width: 80%" [(ngModel)]="resorceDictionaryName" />
47                     <i class="fa fa-search" style="margin-left: 1em" aria-hidden="true"></i>
48                 </td>
49                 <td>
50                     <select>
51             <option value="volvo">Input</option>
52             <option value="saab">Output</option>
53           </select>
54                 </td>
55                 <td>
56                     <input type="text" />
57                 </td>
58                 <td>
59                     <input type="text" />
60                 </td>
61                 <td>
62                     <input type="text" />
63                 </td>
64                 <td>
65                     <input type="text" />
66                 </td>
67             </tr>
68
69             <tr>
70                 <td>
71                     <input type="checkbox" />
72                 </td>
73                 <td>
74                     <input type="text" />
75                 </td>
76                 <td>Name</td>
77                 <td>
78                     <input type="text" />
79                     <i class="fa fa-search" aria-hidden="true"></i>
80                 </td>
81                 <td>
82                     <select>
83             <option value="volvo">Input</option>
84             <option value="saab">Output</option>
85           </select>
86                 </td>
87                 <td>
88                     <input type="text" />
89                 </td>
90                 <td>
91                     <input type="text" />
92                 </td>
93                 <td>
94                     <input type="text" />
95                 </td>
96                 <td>
97                     <input type="text" />
98                 </td>
99             </tr>
100
101             <tr>
102                 <td>
103                     <input type="checkbox" />
104                 </td>
105                 <td>
106                     <input type="text" />
107                 </td>
108                 <td>Name</td>
109                 <td>
110                     <input type="text" />
111                     <i class="fa fa-search" aria-hidden="true"></i>
112                 </td>
113                 <td>
114                     <select>
115             <option value="volvo">Input</option>
116             <option value="saab">Output</option>
117           </select>
118                 </td>
119                 <td>
120                     <input type="text" />
121                 </td>
122                 <td>
123                     <input type="text" />
124                 </td>
125                 <td>
126                     <input type="text" />
127                 </td>
128                 <td>
129                     <input type="text" />
130                 </td>
131             </tr>
132
133             <tr>
134                 <td>
135                     <input type="checkbox" />
136                 </td>
137                 <td>
138                     <input type="text" />
139                 </td>
140                 <td>Name</td>
141                 <td>
142                     <input type="text" />
143                     <i class="fa fa-search" aria-hidden="true"></i>
144                 </td>
145                 <td>
146                     <select>
147             <option value="volvo">Input</option>
148             <option value="saab">Output</option>
149           </select>
150                 </td>
151                 <td>
152                     <input type="text" />
153                 </td>
154                 <td>
155                     <input type="text" />
156                 </td>
157                 <td>
158                     <input type="text" />
159                 </td>
160                 <td>
161                     <input type="text" />
162                 </td>
163             </tr>
164         </tbody>
165     </table>
166 </div>