mirror of https://github.com/portainer/portainer
feat(storidge): update 6
parent
64fa3e78ff
commit
bf42276950
|
@ -89,7 +89,6 @@ export function StoridgeCreateProfileRequest(model) {
|
|||
};
|
||||
}
|
||||
|
||||
// TODO: investigate bandwith
|
||||
if (model.MinBandwidth && model.MaxBandwidth) {
|
||||
this.bandwidth = {
|
||||
min: model.MinBandwidth,
|
||||
|
@ -101,7 +100,6 @@ export function StoridgeCreateProfileRequest(model) {
|
|||
|
||||
var service = {};
|
||||
|
||||
// TODO: investigate snapshot
|
||||
service.snapshot = {
|
||||
enabled: model.SnapshotEnabled
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue