Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
UI improvements #9773
UI improvements #9773
Changes from 18 commits
eccb2e3
fb46785
c087de4
0a097c4
0d024c3
f53092e
a79b603
d6181d5
e666800
88ad004
8fdfbdd
c2174f4
e0fe1c7
90f8300
b6ae5fa
df6672d
5224243
cd1fa9e
320b7f0
e289502
e3991bf
f97321c
0acaa77
019b8dd
4d198ee
79203b6
1086c42
a352c47
5b9df20
2d936d9
4f5edd5
0488e17
d0f044f
f694d2f
2919d53
416e78d
8d79c4c
92a8896
dc85057
5957396
e6ec31a
feb4791
eac913d
8b362f0
7dd5a59
4112a1e
020be6c
8bc6bf4
736fce9
0cfa879
c221a9e
92d8c3e
27ab123
145e7ab
2f72e5b
2ffca62
e7ffd8c
92a3dcd
475df60
a7a8cdf
6442663
c59c122
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 120 in api/src/main/java/org/apache/cloudstack/api/response/ManagementServerResponse.java
api/src/main/java/org/apache/cloudstack/api/response/ManagementServerResponse.java#L119-L120
Check warning on line 168 in api/src/main/java/org/apache/cloudstack/api/response/ManagementServerResponse.java
api/src/main/java/org/apache/cloudstack/api/response/ManagementServerResponse.java#L167-L168
Check warning on line 5380 in server/src/main/java/com/cloud/api/query/QueryManagerImpl.java
server/src/main/java/com/cloud/api/query/QueryManagerImpl.java#L5380
Check warning on line 348 in server/src/main/java/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java
server/src/main/java/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java#L348
Check warning on line 595 in server/src/main/java/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java
server/src/main/java/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java#L595
Check warning on line 385 in server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java
server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java#L385
Check warning on line 387 in server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java
server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java#L387
Check warning on line 389 in server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java
server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java#L389
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why destroyed state?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to keep the UI conditions same as the service layer. Please see hostSupportsSnapsthotForVolume().
But I'm ok if we don't want to allow snapshot creation from UI for destroyed VMs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, why destroyed state ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before this change, the button would be shown for all states part from 'Running'.
Now it will only be shown for 'Stopped' or 'Destroyed' states
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same doubt as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above