Skip to content

Commit

Permalink
Hide import document section
Browse files Browse the repository at this point in the history
  • Loading branch information
LaddieZeigler committed Sep 19, 2024
1 parent ddfba06 commit 1dc0b5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CSETWebNg/src/app/import/import.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ <h4 class="panel-title px-2 py-1" style="color:white">
</li>
</ul>
</div>
<h4>Supporting Documents</h4>
<!-- Hiding import document section until it is working properly -->
<!-- <h4>Supporting Documents</h4>
<div class="mb-2">Any additional documents that are referenced by your module need to be added
below by dropping the file onto the drop area.</div>
<div *ngIf="isDocError" class="text-danger">An error occurred while processing documents. Please
Expand Down Expand Up @@ -225,8 +226,8 @@ <h4>Supporting Documents</h4>
</tbody>
</table>
</div>
</div>
<div style="margin: .5em 0">
</div> -->
<!-- <div style="margin: .5em 0">
<button [attr.disabled]="state=='Processing'||!importNgForm.valid?true:null" type="submit"
class="btn btn-success btn-s me-2" *ngIf="state!='Succeeded'"
[ngClass]="{'p-0': state=='Processing', 'pe-2':state=='Processing'}"
Expand All @@ -247,7 +248,7 @@ <h4>Supporting Documents</h4>
Warning: This will clear the code editor
</div>
</div>
</div>
</div> -->
</form>
</div>
</div>
Expand Down

0 comments on commit 1dc0b5a

Please sign in to comment.