Skip to content

fix: hide Install button for already installed apps on dashboard#12273

Open
jakub961241 wants to merge 1 commit into1Panel-dev:dev-v2from
jakub961241:fix/dashboard-app-install-button-11591
Open

fix: hide Install button for already installed apps on dashboard#12273
jakub961241 wants to merge 1 commit into1Panel-dev:dev-v2from
jakub961241:fix/dashboard-app-install-button-11591

Conversation

@jakub961241
Copy link

Summary

Fixes #11591 - Dashboard shows "Install" button for apps that are already installed.

Before

The Install button was always visible, just disabled when limit == 1 && detail.length > 0. This confused users into thinking the app wasn't installed.

After

State Button
Not installed "Install" button shown
Installed, multi-instance app (limit != 1) Small "+" button for additional instance
Installed, single-instance app (limit == 1) No button (already installed)

Changed file

  • frontend/src/views/home/app/index.vue (+13, -2)
fix: Hide Install button for already installed apps on the dashboard (#11591)

…nel-dev#11591)

The Install button was always visible on the dashboard app launcher,
even for apps that were already installed (just disabled). This was
confusing as it suggested the app wasn't installed.

Now:
- No installations → show "Install" button
- Installed, multi-instance allowed → show "+" button for additional install
- Installed, single instance (limit=1) → hide button entirely

Fixes 1Panel-dev#11591
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Mar 22, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign wanghe-fit2cloud for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Applications that have been installed still show the installation button

1 participant