Auto Submit

pull/1/head
autosubmit 2 years ago
parent 1699e6557e
commit c8c2b53920

@ -41,7 +41,7 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

File diff suppressed because one or more lines are too long

@ -9336,7 +9336,7 @@ var Stage = function Stage(_ref) {
onClick: function onClick() {
handleDeleteStages(val.stage_id);
},
className: "iconfont icon-shanchu c-grey-c"
className: "iconfont current icon-shanchu c-grey-c"
})
}), ((_pathsDetail$detail17 = pathsDetail.detail) === null || _pathsDetail$detail17 === void 0 ? void 0 : _pathsDetail$detail17.allow_add_member) && notCollectPay && editKey !== key && /*#__PURE__*/(0,jsx_runtime.jsxs)("div", {
children: [upStatus && /*#__PURE__*/(0,jsx_runtime.jsx)(tooltip/* default */.Z, {

@ -41,7 +41,7 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -41,7 +41,7 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}
/*!*************************************************************************************************************************************************************************************************************************************!*\

@ -934,10 +934,10 @@ function reducer(state, action) {
doResize();
}
if (entry.target.offsetHeight > 0 || entry.target.offsetWidth > 0) {
setTimeout(function () {
rfb.scaleViewport = false;
// rfb?._eventHandlers?.windowResize()
}, 800);
// setTimeout(() => {
rfb.scaleViewport = true;
// rfb?._eventHandlers?.windowResize()
// },800)
}
}
} catch (err) {
@ -1080,7 +1080,7 @@ function reducer(state, action) {
password: passwordRef.current
},
wsProtocols: ['binary'],
resize: "scale",
// resize: "scale",
show_dot: true
});
rfbRef.current.removeEventListener('disconnect', onDisconnect);
@ -1089,11 +1089,11 @@ function reducer(state, action) {
window.rfbs2 = rfbRef.current;
roRef.current = onLayout(rfbRef.current);
rfbRef.current.viewOnly = params.view_only || false;
if (window_vnc_url) {
rfbRef.current.scaleViewport = true;
} else {
rfbRef.current.scaleViewport = params.scale || false;
}
// if (window_vnc_url) {
// rfbRef.current.scaleViewport = true
// } else {
// rfbRef.current.scaleViewport = params.scale || false
// }
rfbRef.current.scaleViewport = params.scale || true;
rfbRef.current.showDotCursor = true;
rfbRef.current.resizeSession = true;

@ -308,6 +308,6 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}

@ -41,7 +41,7 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -41,7 +41,7 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}
/*!***********************************************************************************************************************************************************************************************************************************************!*\

@ -41,7 +41,7 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

@ -41,6 +41,6 @@
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}

@ -20999,10 +20999,10 @@ function reducer(state, action) {
doResize();
}
if (entry.target.offsetHeight > 0 || entry.target.offsetWidth > 0) {
setTimeout(function () {
rfb.scaleViewport = false;
// rfb?._eventHandlers?.windowResize()
}, 800);
// setTimeout(() => {
rfb.scaleViewport = true;
// rfb?._eventHandlers?.windowResize()
// },800)
}
}
} catch (err) {
@ -21145,7 +21145,7 @@ function reducer(state, action) {
password: passwordRef.current
},
wsProtocols: ['binary'],
resize: "scale",
// resize: "scale",
show_dot: true
});
rfbRef.current.removeEventListener('disconnect', onDisconnect);
@ -21154,11 +21154,11 @@ function reducer(state, action) {
window.rfbs2 = rfbRef.current;
roRef.current = onLayout(rfbRef.current);
rfbRef.current.viewOnly = params.view_only || false;
if (window_vnc_url) {
rfbRef.current.scaleViewport = true;
} else {
rfbRef.current.scaleViewport = params.scale || false;
}
// if (window_vnc_url) {
// rfbRef.current.scaleViewport = true
// } else {
// rfbRef.current.scaleViewport = params.scale || false
// }
rfbRef.current.scaleViewport = params.scale || true;
rfbRef.current.showDotCursor = true;
rfbRef.current.resizeSession = true;

@ -5301,7 +5301,7 @@ ul.menu___sjQxY [class~='ant-dropdown-menu-item-active'] {
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
min-height: 300px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\

Loading…
Cancel
Save