-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Create new Instance from VM backup #10140
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
base: main
Are you sure you want to change the base?
Changes from all commits
35ed72c
e094e14
27feeda
f98da37
04a2deb
d3439ad
753d80f
72c943f
7ae078e
31f89df
7e3f083
f46fad8
d941809
10f7beb
edbdd01
f004264
b1a86b8
3b317e0
cfc9c6f
8717e3a
f4f0655
07f24cb
38ad9be
c2db7af
50aae80
963437d
300d096
3c3885c
0bea21f
129cb85
723537b
683aebe
5992a1e
2da38da
5ab6c4a
26d26d8
0cebdae
7c600c7
ac96d06
08d4581
735c379
675fc8d
b708397
4d2e444
b7590ba
ae62219
9559323
934b7ab
1626a37
0043207
a60b717
4197912
beb05ae
c72a10e
54bf763
7791ff3
3d3f6c1
051d52c
73c185c
dd45cfe
9894eff
47b6cd1
e909c18
22d25d3
4997056
1574f3a
912639b
1123adf
d76cb40
b2a499e
bdeb62d
918b8b8
39ea6b7
55486d6
f49651f
a50f358
c307f82
e0a1c97
d1b9b6a
70d2395
c45efba
1241252
eb4b132
f8a20a4
17ecc5a
6b098ce
8803c78
57b0f2c
1075a55
d2fb239
2d89a8f
e2fa0be
f3f3f97
555eed8
a34c78a
a298c33
062e343
359af7b
cd91111
5ff2e36
756af19
58d1067
bb97ea6
4ef398b
8c881ef
784cf76
c31da8b
1e164ef
b6f1c62
910c719
8b9d861
a8d74ed
bc1beb6
127f807
40ba664
1b10b3b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,6 +134,8 @@ | |
int res = resp1.getZoneName().compareTo(resp2.getZoneName()); | ||
if (res != 0) { | ||
return res; | ||
} else if (getSortBy() != null) { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. makes sense |
||
return 0; | ||
Check warning on line 138 in api/src/main/java/org/apache/cloudstack/api/command/admin/resource/ListCapacityCmd.java
|
||
} else { | ||
return resp1.getCapacityType().compareTo(resp2.getCapacityType()); | ||
} | ||
|
Uh oh!
There was an error while loading. Please reload this page.