Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
8d2c5aca8d
|
@ -21,6 +21,6 @@ rsync -v \
|
||||||
./bin/Release/$dotnet_version/linux-x64/publish/* \
|
./bin/Release/$dotnet_version/linux-x64/publish/* \
|
||||||
$username@"$salimax_ip":~/salimax
|
$username@"$salimax_ip":~/salimax
|
||||||
|
|
||||||
#echo -e "\n============================ Execute ============================\n"
|
echo -e "\n============================ Execute ============================\n"
|
||||||
|
|
||||||
#sshpass -p "$root_password" ssh -o StrictHostKeyChecking=no -t "$username"@"$salimax_ip" "echo '$root_password' | sudo -S sh -c 'cd salimax && ./restart'" 2>/dev/null
|
sshpass -p "$root_password" ssh -o StrictHostKeyChecking=no -t "$username"@"$salimax_ip" "echo '$root_password' | sudo -S sh -c 'cd salimax && ./restart'" 2>/dev/null
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define Amax
|
#undef Amax
|
||||||
#undef GridLimit
|
#undef GridLimit
|
||||||
|
|
||||||
using System.IO.Compression;
|
using System.IO.Compression;
|
||||||
|
|
|
@ -162,10 +162,10 @@ function Configuration(props: ConfigurationProps) {
|
||||||
const handleConfirm = (newDate) => {
|
const handleConfirm = (newDate) => {
|
||||||
//console.log('non adapted day is ', newDate);
|
//console.log('non adapted day is ', newDate);
|
||||||
//console.log('adapted day is ', dayjs.utc(newDate).toDate());
|
//console.log('adapted day is ', dayjs.utc(newDate).toDate());
|
||||||
// setFormValues({
|
setFormValues({
|
||||||
// ...formValues,
|
...formValues,
|
||||||
// ['calibrationChargeDate']: dayjs(newDate).toDate()
|
['calibrationChargeDate']: dayjs(newDate).toDate()
|
||||||
// });
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleSelectedCalibrationChargeDay = (event) => {
|
const handleSelectedCalibrationChargeDay = (event) => {
|
||||||
|
|
|
@ -167,7 +167,7 @@ export const getChartOptions = (
|
||||||
style: {
|
style: {
|
||||||
fontSize: '12px'
|
fontSize: '12px'
|
||||||
},
|
},
|
||||||
offsetY: -185,
|
offsetY: -190,
|
||||||
offsetX: 25,
|
offsetX: 25,
|
||||||
rotate: 0
|
rotate: 0
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue