summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-04-10 18:13:39 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-04-10 18:13:47 +0530
commit49387d12dab6ee57b00376a092e90b52a49310c4 (patch)
tree243627a91e4099b705e25800ccb4f52e4ce0da80 /cds-ui
parent5ef963fcebf2e97fc097837d3993ad0f66885568 (diff)
Resource-mapping.component - removed unwanted code
Removed unwanted table rows from resource-mapping component.html Issue-ID: CCSDK-1206 Change-Id: I2ecbe6eca75cd770d80f06fdeae8dd2f6b110338 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui')
-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