-
Notifications
You must be signed in to change notification settings - Fork 1.7k
AMBARI-26395 Step Wizard and Operation Progress components #4049
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
base: frontend-refactor
Are you sure you want to change the base?
AMBARI-26395 Step Wizard and Operation Progress components #4049
Conversation
076a5fe
to
333dc07
Compare
Added constants
333dc07
to
c7a8256
Compare
+1 |
@JiaLiangC resolved the merge conflicts. Can you please merge this one? |
verison: string, | ||
services: string | ||
) { | ||
const url = `stacks/${stack}/versions/${verison}/services?StackServices/service_name.in(${services})&fields=configurations/*,configurations/dependencies/*,StackServices/display_name,StackServices/config_types/*&_=1728974996201`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the use of this static _=1728974996201 parameter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arshadmohammad In the upcoming PRs this will be replaced with the timestamps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
+1 |
Added constants
What changes were proposed in this pull request?
Added StepWizard and Operation Progress components which will act as a base layer for all wizard related operations.
How was this patch tested?
Manual Testing