mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Fix released IP address action filter
This commit is contained in:
parent
04908e13cb
commit
5ad92aeac2
@ -6,6 +6,10 @@
|
||||
var item = args.context.item;
|
||||
var status = item.state;
|
||||
|
||||
if (status == 'Released') {
|
||||
return [];
|
||||
}
|
||||
|
||||
if (status == 'Destroyed' ||
|
||||
status == 'Releasing' ||
|
||||
status == 'Released' ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user