Templates popup: most of the columns are empty (AIC zone is redundant)
[vid.git] / vid-webpack-master / src / app / shared / components / genericFormPopup / instantiationTemplatesModal / instantiation.templates.modal.component.html
index 84783c2..39c6da4 100644 (file)
@@ -56,7 +56,6 @@
             <th class="header-title" id="header-summary">Summary</th>
             <th class="header-title" id="header-region">Region</th>
             <th class="header-title" id="header-tenant">Tenant</th>
-            <th class="header-title" id="header-aicZone">AIC Zone</th>
           </tr>
           </thead>
           <tbody>
                 </custom-ellipsis>
               </div>
             </td>
-            <td>
-              <div>
-                <custom-ellipsis
-                  [dataTestId]="'aicZone-' + item.jobId"
-                  [id]="item.aicZone"
-                  [value]="item.aicZone"
-                  [breakWord]="true">
-                </custom-ellipsis>
-              </div>
-            </td>
           </tr>
           </tbody>
         </table>