diff options
Diffstat (limited to 'cds-ui/client/src')
-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 |