Clouds yaml - #93
Merged
Merged
Conversation
added 4 commits
July 25, 2026 16:02
Resolve conflicts across 5 deployment views. 60 of 64 conflict blocks were comment-only (clouds-yaml trimmed comments while main reworded the same lines) and were resolved to clouds-yaml's concise versions. The one real code conflict, DeploymentDetailView, keeps main's /my-access member self-access feature (myAccounts/myTeamVms + fetch + template fallback); clouds-yaml's shared formatBytes dedup in NewDeploymentSummaryView is preserved. Tests: vue-tsc clean, 101 passed / 26 skipped (incl. merged view specs).
- index.html: title 'Six7 Click'n'Deploy' and /logo.png favicon (was the placeholder 'frontend' title and a dead /vite.svg icon). - DeploymentDetailView: isDeploymentBusy now falls back to deployment.latest_task.status. Members never load the task list, so activeTask was always null and the resend-credentials button stayed enabled during a redeploy/pause/resume while the deployment row still read 'success'. latest_task is delivered to members too, so the button now correctly stays disabled until the run is terminal.
okso-hub
approved these changes
Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Closes # (issue)
Type of change
Screenshots
Testing
npm run build)npm run dev)Checklist