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

feat(xo-web,xo-server/XOSTOR): display existing XOSTORs #6985

Merged
merged 4 commits into from
Sep 15, 2023

Conversation

MathieuRA
Copy link
Member

@MathieuRA MathieuRA commented Aug 17, 2023

Screenshot

Capture d’écran de 2023-08-17 10-15-52

Description

TODO: Add Network column when implemented

Checklist

  • Commit
    • Title follows commit conventions
    • Reference the relevant issue (Fixes #007, See xoa-support#42, See https://...)
    • If bug fix, add Introduced by
  • Changelog
    • If visible by XOA users, add changelog entry
    • Update "Packages to release" in CHANGELOG.unreleased.md
  • PR
    • If UI changes, add screenshots
    • If not finished or not tested, open as Draft

@MathieuRA MathieuRA self-assigned this Aug 17, 2023
CHANGELOG.unreleased.md Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/index.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
packages/xo-web/src/xo-app/xostor/xostor-list.js Outdated Show resolved Hide resolved
@MathieuRA MathieuRA changed the base branch from xostor/master to master August 31, 2023 13:26
@MathieuRA MathieuRA changed the base branch from master to xostor/master August 31, 2023 13:26
(srs, pools) =>
map(srs, sr => ({
...sr,
pool: find(pools, { id: sr.$pool }),
Copy link
Contributor

Choose a reason for hiding this comment

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

You can group pools list by id

Copy link
Member

@pdonias pdonias left a comment

Choose a reason for hiding this comment

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

Nothing to add.

@pdonias pdonias changed the title feat(xo-web/xo-server/xostor): display existing XOSTORs feat(xo-web,xo-server/XOSTOR): display existing XOSTORs Sep 15, 2023
@pdonias pdonias merged commit feb655f into xostor/master Sep 15, 2023
@pdonias pdonias deleted the xostor/list branch September 15, 2023 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants