Skip to content

Commit a1e545b

Browse files
mszopinxrfrandse
authored andcommitted
RW checkbox in "Load image from external server" works opposite way
Signed-off-by: MichalX Szopinski <michalx.szopinski@intel.com> Change-Id: I1670aa0775a2276963f72ea8a7e8bb0b15c27ee0
1 parent 9efd8d2 commit a1e545b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Control/VirtualMedia/VirtualMedia.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export default {
170170
data.Image = connectionData.serverUri;
171171
data.UserName = connectionData.username;
172172
data.Password = connectionData.password;
173-
data.WriteProtected = connectionData.isRW;
173+
data.WriteProtected = !connectionData.isRW;
174174
this.startLoader();
175175
this.$store
176176
.dispatch('virtualMedia/mountImage', {

0 commit comments

Comments
 (0)