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

fix(dedicated.pcc): fix display of operation tasks #14696

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

darsene
Copy link
Contributor

@darsene darsene commented Dec 20, 2024

ref: MANAGER-16581 PRB0040995 PRB0041695

Question Answer
Branch? develop
Bug fix? yes
New feature? no
Breaking change? no
Tickets Fix #MANAGER-16581 PRB0040995 PRB0041695
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

Related

@darsene darsene requested a review from a team as a code owner December 20, 2024 13:21
@github-actions github-actions bot added universe-bare-metal-cloud bug Something isn't working labels Dec 20, 2024
ref: MANAGER-16581 PRB0040995 PRB0041695

Signed-off-by: David Arsène <david.arsene.ext@ovhcloud.com>
@@ -28,7 +28,7 @@ export default class {
return this.DedicatedCloud.getModels()
.then((data) => {
this.stateEnum = data.models['dedicatedCloud.TaskStateEnum'].enum;
this.progressionFilter = null;
this.progressionFilter = 'doing';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Constant necessary ?

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.

3 participants