mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #434] Compute server order #264
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ssbaksa on GitHub (Apr 26, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/434
Hi,
This isn't a bug but ...
Is there a way for better sorting Compute nodes?
This is a bit annoying:
Compute1
Compute10
Compute11
Compute2
Compute3
etc.
@catborise commented on GitHub (Apr 26, 2021):
unfortunately, it is related with string sorting. may be you should use “0” to avoid that. like:
comp01
comp02
comp30
comp42
@ssbaksa commented on GitHub (Apr 26, 2021):
Yes, that can be the remedy for this issue.
Tnx
On Mon, 26 Apr 2021, 11:43 catborise, @.***> wrote: