File tree Expand file tree Collapse file tree 3 files changed +54
-6
lines changed Expand file tree Collapse file tree 3 files changed +54
-6
lines changed Original file line number Diff line number Diff line change 5
5
#### ` looks like the latest snapshot `
6
6
7
7
``` html
8
- <section tabindex =" 0" >
8
+ <section
9
+ id =" substationsToAlign"
10
+ tabindex =" 0"
11
+ >
9
12
<mwc-list
10
13
multi =" "
11
14
required =" "
64
67
#### ` looks like the latest snapshot `
65
68
66
69
``` html
67
- <section tabindex =" 0" >
68
- <span style =" color : var (--base1 )" >
70
+ <section
71
+ id =" noSubstationsToAlign"
72
+ tabindex =" 0"
73
+ >
74
+ <span >
69
75
[compas.autoAlignment.missing]
70
76
</span >
71
77
</section >
Original file line number Diff line number Diff line change
1
+ # ` compas-save-to `
2
+
3
+ ## ` still determining if document exists in CoMPAS `
4
+
5
+ #### ` looks like the latest snapshot `
6
+
7
+ ``` html
8
+ <compas-loading >
9
+ </compas-loading >
10
+
11
+ ```
12
+
13
+ ## ` new document in compas `
14
+
15
+ #### ` looks like the latest snapshot `
16
+
17
+ ``` html
18
+ <mwc-textfield
19
+ dialoginitialfocus =" "
20
+ id =" name"
21
+ label =" [scl.name]"
22
+ required =" "
23
+ value =" station123.scd"
24
+ >
25
+ </mwc-textfield >
26
+ <compas-scltype-radiogroup >
27
+ </compas-scltype-radiogroup >
28
+ <compas-comment >
29
+ </compas-comment >
30
+
31
+ ```
32
+
33
+ ## ` existing document in compas `
34
+
35
+ #### ` looks like the latest snapshot `
36
+
37
+ ``` html
38
+ <compas-changeset-radiogroup >
39
+ </compas-changeset-radiogroup >
40
+ <compas-comment >
41
+ </compas-comment >
42
+
43
+ ```
44
+
Original file line number Diff line number Diff line change 12
12
>
13
13
</mwc-textfield >
14
14
<mwc-textfield
15
- dialoginitialfocus =" "
16
15
id =" cimMappingServiceUrl"
17
16
label =" [compas.settings.cimMappingServiceUrl]"
18
17
required =" "
19
18
value =" /compas-cim-mapping"
20
19
>
21
20
</mwc-textfield >
22
21
<mwc-textfield
23
- dialoginitialfocus =" "
24
22
id =" sclAutoAlignmentServiceUrl"
25
23
label =" [compas.settings.sclAutoAlignmentServiceUrl]"
26
24
required =" "
27
25
value =" /compas-scl-auto-alignment"
28
26
>
29
27
</mwc-textfield >
30
- <mwc-button style = " --mdc-theme-primary : var ( --mdc-theme-error ) " >
28
+ <mwc-button >
31
29
[reset]
32
30
</mwc-button >
33
31
You can’t perform that action at this time.
0 commit comments