mirror of https://github.com/apache/cloudstack.git
CS-16573: cloudstack UI - upload volume, create template from volume, create template from snapshot, create volume from snapshot - apply action filter back.
This commit is contained in:
parent
145d0a7f76
commit
d1493880f0
|
|
@ -1457,7 +1457,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
allowedActions.push("createTemplate");
|
||||
|
||||
return allowedActions;
|
||||
};
|
||||
|
||||
|
|
@ -1474,9 +1474,7 @@
|
|||
allowedActions.push("createVolume");
|
||||
}
|
||||
allowedActions.push("remove");
|
||||
|
||||
allowedActions.push("createVolume");
|
||||
allowedActions.push("createTemplate");
|
||||
|
||||
return allowedActions;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue