aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-10 18:25:38 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-10 18:25:38 +0000
commit4882781570a5734d19ccb2589293c9a42919de80 (patch)
treebdfa75186705050ba51b0cf3321a7d860d0788c3
parentfaa75bd648a3880991f4b25e5fb0ae790dd1e741 (diff)
parent49387d12dab6ee57b00376a092e90b52a49310c4 (diff)
Merge "Resource-mapping.component - removed unwanted code"
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html96
1 files changed, 0 insertions, 96 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html
index b369e012d..f5e7e844e 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html
@@ -65,102 +65,6 @@ limitations under the License.
<input type="text" />
</td>
</tr>
-
- <tr>
- <td>
- <input type="checkbox" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>Name</td>
- <td>
- <input type="text" />
- <i class="fa fa-search" aria-hidden="true"></i>
- </td>
- <td>
- <select>
- <option value="volvo">Input</option>
- <option value="saab">Output</option>
- </select>
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- </tr>
-
- <tr>
- <td>
- <input type="checkbox" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>Name</td>
- <td>
- <input type="text" />
- <i class="fa fa-search" aria-hidden="true"></i>
- </td>
- <td>
- <select>
- <option value="volvo">Input</option>
- <option value="saab">Output</option>
- </select>
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- </tr>
-
- <tr>
- <td>
- <input type="checkbox" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>Name</td>
- <td>
- <input type="text" />
- <i class="fa fa-search" aria-hidden="true"></i>
- </td>
- <td>
- <select>
- <option value="volvo">Input</option>
- <option value="saab">Output</option>
- </select>
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- </tr>
</tbody>
</table>
</div> \ No newline at end of file