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

Edit vm & k8s deployment tables #3189

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

zaelgohary
Copy link
Contributor

@zaelgohary zaelgohary commented Jul 31, 2024

Changes

  • Removed some networks from vm & k8s
  • Renamed flist in vm table

image

Related Issues

Checklist

  • Tests included
  • Build pass
  • Documentation
  • Code format and docstrings
  • Screenshots/Video attached (needed for UI changes)

return url.substring(url.lastIndexOf("/") + 1, url.lastIndexOf("."));
}

return url.length > 40 ? url.substring(0, 40) + "..." : url;
Copy link
Contributor

@AhmedHanafy725 AhmedHanafy725 Aug 4, 2024

Choose a reason for hiding this comment

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

we are showing the first part of the URL which is not useful and takes space from the table

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should I remove the flist column?

Copy link
Contributor

Choose a reason for hiding this comment

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

leave it. But crop the domain part and leave the flist name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done.

@zaelgohary zaelgohary merged commit beafeda into development Aug 6, 2024
10 checks passed
@zaelgohary zaelgohary deleted the development_edit_deloyment_table branch August 6, 2024 07:39
@xmonader xmonader added this to the 2.6.0 milestone Sep 24, 2024
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.

5 participants