Skip to content

Commit

Permalink
Update resources.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Jan 16, 2025
1 parent aa58331 commit f347013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/facility_manager/resources/resources.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<button
style="margin: 5px"
class="btn btn-outline-primary"
(click)="setAllTabsFalse(); MACHINE_DEFINITION_TAB_ACTIVE = true; this.showModificationCollapse = !this.showModificationCollapse"
(click)="setAllTabsFalse(); MACHINE_DEFINITION_TAB_ACTIVE = true; showModificationCollapse = !showModificationCollapse"
>
{{this.showModificationCollapse ? 'Close' : 'Open'}} Resouce Modification
{{showModificationCollapse ? 'Close' : 'Open'}} Resouce Modification
</button>
<div style="margin: 5px">
<select
Expand Down

0 comments on commit f347013

Please sign in to comment.