Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide import document section #4097

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading