Skip to content

Commit

Permalink
Merge pull request #577 from jerryxz-ibm/dev
Browse files Browse the repository at this point in the history
Remove ZVTP Galasa downloads section
  • Loading branch information
jerryxz-ibm authored Jun 17, 2024
2 parents 520c848 + 08d332f commit 2f19688
Showing 1 changed file with 0 additions and 126 deletions.
126 changes: 0 additions & 126 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -1280,32 +1280,6 @@ <h2 class="ibm-h3">
<div class="ibm-col-4-3 ibm-center-block">
<div class="ibm-columns">

<div class="ibm-col-4-1 ibm-col-medium-4-3">
<div class="ibm-card dl-card">
<div class="ibm-card__content">
<h2 class="ibm-h3">
IBM Z Virtual Test Platform (VTP)
</h2>
<p>
Advanced application Integration Testing throughout the software development
lifecycle with IBM VTP and IBM Distribution for Galasa.
</p>
</div>
<br />
<div class="ibm-card__bottom">
<p
class="ibm-btn-row ibm-ind-link ibm-button-link ibm-padding-bottom-0"
>
<a
class="ibm-btn-sec ibm-btn-small ibm-information-link ibm-btn-blue-50"
href="#zvtp"
>More info</a
>
</p>
</div>
</div>
</div>

<div class="ibm-col-4-1 ibm-col-medium-4-3">
<div class="ibm-card dl-card">
<div class="ibm-card__content">
Expand Down Expand Up @@ -9098,106 +9072,6 @@ <h2 id="wazi-header" class="ibm-margin-top-r2">
});
</script>


<!-- zVTP Table Start -->
<div id="zvtp">
<h2 id="zvtp-header" class="ibm-margin-top-r2">
IBM Z Virtual Test Platform
</h2>
<div
id="zvtp_table_wrapper"
class="dataTables_wrapper no-footer"
>
<div
id="zvtp_table_filter"
class="dataTables_filter"
></div>
<table
id="zvtp-table"
data-paging="false"
data-col-reorder="false"
data-info="false"
data-ordering="false"
data-searching="true"
class="ibm-data-table ibm-no-border ibm-no-highlight ibm-padding-small mf-product-table dataTable no-footer"
data-order='[[0,"asc"]]'
role="grid"
>
<thead>
<tr role="row">
<th
data-orderable="true"
data-searchable="true"
class="sorting_disabled"
rowspan="1"
colspan="1"
width="40%"
>
Product Name
</th>
<th
data-orderable="false"
title="Product Version"
data-searchable="true"
class="sorting_disabled"
rowspan="1"
colspan="1"
width="30%"
>
Version
</th>
<th
data-orderable="false"
title="Download"
data-searchable="true"
class="sorting_disabled"
rowspan="1"
colspan="1"
width="30%"
>
Downloads
</th>
</tr>
</thead>
<tbody>
<!-- <tr role="row" class="odd">
<td>
<a
href="#"
>IBM Z VTP Viewer</a
>
</td>
<td>2.0</td>
<td>
<a
class="badge im"
href="https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/zos/tools/zvtp/viewer/IBM-ZVTP-Viewer-2.0.0.zip"
>Download</a
>
</td>
</tr> -->
<tr role="row" class="odd">
<td>
<a
href="#"
>IBM Distribution for Galasa</a
>
</td>
<td>1.0.4</td>
<td>
<a
class="badge im"
href="https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/zos/tools/zvtp/galasa/IBM-Distribution-for-Galasa-1.0.4.zip"
>Download</a
>
</td>
</tr>
</tbody>
</table>
</div>
<br />
</div>


<!-- overlays -->
<!-- IDZ standalone -->
Expand Down

0 comments on commit 2f19688

Please sign in to comment.