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

Updating screenshots for 1.2 before release to see the coverage #5878

Open
wants to merge 17 commits into
base: release-1.2
Choose a base branch
from

Conversation

BeArchiTek
Copy link
Contributor

No description provided.

@BeArchiTek BeArchiTek requested review from a team as code owners February 27, 2025 13:12
@BeArchiTek BeArchiTek self-assigned this Feb 27, 2025
@BeArchiTek BeArchiTek added the type/documentation Improvements or additions to documentation label Feb 27, 2025
@dgarros
Copy link
Collaborator

dgarros commented Feb 27, 2025

Lots of great changes 👍🏼

@BeArchiTek BeArchiTek changed the title updating screenshots for 1.2 before release to see the coverage Updating screenshots for 1.2 before release to see the coverage Feb 28, 2025
@github-actions github-actions bot added the group/frontend Issue related to the frontend (React) label Mar 3, 2025
Copy link
Contributor

@BaptisteGi BaptisteGi left a comment

Choose a reason for hiding this comment

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

Sounds good

  • Add the tab with just GraphQL even tho it's the only option

@@ -208,7 +249,7 @@ mutation {

In the mutation we passed additional data to the allocated resource, in this case we passed a description attribute. This description attribute will be set on the IP address that was allocated. You can do this for any other attribute and relationship for the destination address type.

#### Idempotent allocation of an IP address
:::success Idempotent allocation of an IP address
Copy link
Contributor

Choose a reason for hiding this comment

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

Title has been replaced by success box?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, a title of level 4 was not present in the index. The success box makes it more visual.

mutation {
IpamVLANCreate(data:{
name: {value: "My vlan"},
vlan_id: {from_pool: {id: "My number pool"}} # Here we could either put the ID or HFID
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
vlan_id: {from_pool: {id: "My number pool"}} # Here we could either put the ID or HFID
vlan_id: {from_pool: {id: "My VLAN ID Pool"}} # Here we could either put the ID or HFID

Beyond that I'm not sure anymore if it shouldn't be something like {hfid:["My VLAN ID Pool"]}, to be tested I believe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/frontend Issue related to the frontend (React) type/documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants