diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-10 18:25:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-10 18:25:38 +0000 |
commit | 4882781570a5734d19ccb2589293c9a42919de80 (patch) | |
tree | bdfa75186705050ba51b0cf3321a7d860d0788c3 | |
parent | faa75bd648a3880991f4b25e5fb0ae790dd1e741 (diff) | |
parent | 49387d12dab6ee57b00376a092e90b52a49310c4 (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.html | 96 |
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 |