Resource-mapping.component - removed unwanted code 66/84866/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 10 Apr 2019 12:43:39 +0000 (18:13 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Wed, 10 Apr 2019 12:43:47 +0000 (18:13 +0530)
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>
cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html

index b369e01..f5e7e84 100644 (file)
@@ -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