Skip to content

Commit

Permalink
Merge pull request #1232 from torchiaf/minor-fixes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
torchiaf authored Nov 22, 2024
2 parents a8ed128 + a5ae713 commit c36efd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Harvester Dashboard

[![Build Status](http://drone-publish.rancher.io/api/badges/harvester/dashboard/status.svg)](http://drone-publish.rancher.io/harvester/dashboard)

Harvester Dashboard UI, Harvester is an open-source hyper-converged infrastructure (HCI) software built on Kubernetes.

## Running for Development
Expand Down
2 changes: 1 addition & 1 deletion shell/pages/auth/setup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default {
type: MANAGEMENT.FEATURE, id: 'multi-cluster-management', opt: { url: `/v1/${ MANAGEMENT.FEATURE }/multi-cluster-management` }
});
const mcmEnabled = (mcmFeature?.spec?.value || mcmFeature?.status?.default) && !productName === 'Harvester';
const mcmEnabled = (mcmFeature?.spec?.value || mcmFeature?.status?.default) && productName !== 'Harvester';
let serverUrl;
Expand Down

0 comments on commit c36efd6

Please sign in to comment.