-
Notifications
You must be signed in to change notification settings - Fork 66
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
Relabel stack to node red version #3954
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3954 +/- ##
=======================================
Coverage 79.40% 79.40%
=======================================
Files 281 281
Lines 12760 12760
Branches 2845 2845
=======================================
Hits 10132 10132
Misses 2628 2628
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Not being a native English speaker some of the finer touches might have eluded me, so an additional check would be more than welcomed! With the change in nomenclature some of the existing messages would also need touch-ups. Ex:
|
…ersion' into 3914-relabel-stack-to-node-red-version
Updated to
As per @joepavitt 's recommendation |
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.
Not sure about some code included, have queries - all good otherwise
<template #header> | ||
<ff-page-header title="Applications"> | ||
<template #context> | ||
Let's get your new Node-RED application setup in no time. | ||
</template> | ||
</ff-page-header> | ||
</template> | ||
<ff-loading v-if="loading" message="Creating Application..." /> | ||
<InstanceForm | ||
v-else | ||
:instance="projectDetails" | ||
:has-header="false" | ||
:applications="applications" | ||
:applicationSelection="applicationCreated" | ||
:team="team" | ||
:applicationFieldsLocked="applicationCreated" | ||
:applicationFieldsVisible="true" | ||
:billing-enabled="!!features.billing" | ||
:flow-blueprints-enabled="!!features.flowBlueprints" | ||
:submit-errors="errors" | ||
@on-submit="handleFormSubmit" | ||
/> |
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.
Is this meant to be in here? Looks related to another PR for refreshing the Applications view?
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.
Must have sliped in from another task I was doing in parallel. Reverting
Description
Updated ui to reflect new nomenclature for stacks for non-admin users.
Related Issue(s)
closes #3914
part of #3884
Checklist
flowforge.yml
?FlowFuse/helm
to update ConfigMap TemplateFlowFuse/CloudProject
to update values for Staging/ProductionLabels
area:migration
label