Compare commits
No commits in common. "947ffaa11c8cc7e9d51197943f17bbbb97843b5e" and "0df6c26ed68dda4531d722b913c45af06e37d1d5" have entirely different histories.
947ffaa11c
...
0df6c26ed6
|
|
@ -337,22 +337,6 @@ function InformationSodistorehome(props: InformationSodistorehomeProps) {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
|
||||||
<TextField
|
|
||||||
label={
|
|
||||||
<FormattedMessage
|
|
||||||
id="batteryClusterNumber"
|
|
||||||
defaultMessage="Battery Cluster Number"
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
name="batteryClusterNumber"
|
|
||||||
value={formValues.batteryClusterNumber}
|
|
||||||
onChange={handleChange}
|
|
||||||
variant="outlined"
|
|
||||||
fullWidth
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<TextField
|
<TextField
|
||||||
label={
|
label={
|
||||||
|
|
|
||||||
|
|
@ -237,22 +237,6 @@ function SodistorehomeInstallationForm(props: SodistorehomeInstallationFormPros)
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
|
||||||
<TextField
|
|
||||||
label={
|
|
||||||
<FormattedMessage
|
|
||||||
id="batteryClusterNumber"
|
|
||||||
defaultMessage="Battery Cluster Number"
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
name="batteryClusterNumber"
|
|
||||||
value={formValues.batteryClusterNumber}
|
|
||||||
onChange={handleChange}
|
|
||||||
variant="outlined"
|
|
||||||
fullWidth
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<TextField
|
<TextField
|
||||||
label={
|
label={
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ export interface I_Installation extends I_S3Credentials {
|
||||||
information: string;
|
information: string;
|
||||||
inverterSN: string;
|
inverterSN: string;
|
||||||
dataloggerSN: string;
|
dataloggerSN: string;
|
||||||
batteryClusterNumber: number;
|
|
||||||
parentId: number;
|
parentId: number;
|
||||||
s3WriteKey: string;
|
s3WriteKey: string;
|
||||||
s3WriteSecret: string;
|
s3WriteSecret: string;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue