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) {
|
if (model.MinBandwidth && model.MaxBandwidth) {
|
||||||
this.bandwidth = {
|
this.bandwidth = {
|
||||||
min: model.MinBandwidth,
|
min: model.MinBandwidth,
|
||||||
|
@ -101,7 +100,6 @@ export function StoridgeCreateProfileRequest(model) {
|
||||||
|
|
||||||
var service = {};
|
var service = {};
|
||||||
|
|
||||||
// TODO: investigate snapshot
|
|
||||||
service.snapshot = {
|
service.snapshot = {
|
||||||
enabled: model.SnapshotEnabled
|
enabled: model.SnapshotEnabled
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue