SarahAsad23 commented on code in PR #4902:
URL: https://github.com/apache/texera/pull/4902#discussion_r3184309800


##########
frontend/src/app/workspace/component/power-button/computing-unit-selection.component.html:
##########
@@ -528,6 +528,88 @@
               [(ngModel)]="pve.name"
               [disabled]="pve.isLocked || pve.isInstalling" />
           </div>
+
+          <!-- USER PACKAGES -->
+          <div
+            *ngFor="let pkg of pve.userPackages; let i = index"
+            class="package-row">
+            <div class="user-package-inputs">
+              <div class="field">
+                <input
+                  nz-input
+                  [ngModel]="pkg.name"
+                  [disabled]="true" />

Review Comment:
   Currently, updating a package version isn’t supported. In the next PR, when 
package deletion is introduced, users will need to remove the existing package 
and reinstall it with the desired version. We can revisit this design later for 
a smoother user experience.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to