Browse Source

UI: Rename id property

pull/13292/head
Artem Dzhereleiko 1 year ago
parent
commit
777228afe4
  1. 4
      application/src/main/data/json/system/scada_symbols/bottom-right-elbow-connector-hp.svg
  2. 4
      application/src/main/data/json/system/scada_symbols/bottom-tee-connector-hp.svg
  3. 2
      application/src/main/data/json/system/scada_symbols/cross-connector-hp.svg
  4. 4
      application/src/main/data/json/system/scada_symbols/horizontal-connector-hp.svg
  5. 4
      application/src/main/data/json/system/scada_symbols/left-bottom-elbow-connector-hp.svg
  6. 4
      application/src/main/data/json/system/scada_symbols/left-tee-connector-hp.svg
  7. 4
      application/src/main/data/json/system/scada_symbols/left-top-elbow-connector-hp.svg
  8. 4
      application/src/main/data/json/system/scada_symbols/long-horizontal-connector-hp.svg
  9. 4
      application/src/main/data/json/system/scada_symbols/long-vertical-connector-hp.svg
  10. 4
      application/src/main/data/json/system/scada_symbols/right-tee-connector-hp.svg
  11. 4
      application/src/main/data/json/system/scada_symbols/top-right-elbow-connector-hp.svg
  12. 4
      application/src/main/data/json/system/scada_symbols/top-tee-connector-hp.svg
  13. 4
      application/src/main/data/json/system/scada_symbols/vertical-connector-hp.svg

4
application/src/main/data/json/system/scada_symbols/bottom-right-elbow-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -131,7 +131,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

4
application/src/main/data/json/system/scada_symbols/bottom-tee-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
},
{
@ -368,7 +368,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

2
application/src/main/data/json/system/scada_symbols/cross-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
},
{

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

4
application/src/main/data/json/system/scada_symbols/horizontal-connector-hp.svg

@ -12,7 +12,7 @@
},
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -167,7 +167,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

4
application/src/main/data/json/system/scada_symbols/left-bottom-elbow-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -131,7 +131,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

4
application/src/main/data/json/system/scada_symbols/left-tee-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
},
{
@ -368,7 +368,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

4
application/src/main/data/json/system/scada_symbols/left-top-elbow-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -131,7 +131,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

4
application/src/main/data/json/system/scada_symbols/long-horizontal-connector-hp.svg

@ -12,7 +12,7 @@
},
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -167,7 +167,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

4
application/src/main/data/json/system/scada_symbols/long-vertical-connector-hp.svg

@ -12,7 +12,7 @@
},
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -167,7 +167,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

4
application/src/main/data/json/system/scada_symbols/right-tee-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
},
{
@ -368,7 +368,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

4
application/src/main/data/json/system/scada_symbols/top-right-elbow-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -131,7 +131,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

4
application/src/main/data/json/system/scada_symbols/top-tee-connector-hp.svg

@ -7,7 +7,7 @@
"tags": [
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
},
{
@ -368,7 +368,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

4
application/src/main/data/json/system/scada_symbols/vertical-connector-hp.svg

@ -12,7 +12,7 @@
},
{
"tag": "line",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.lineSize});",
"stateRenderFunction": "element.stroke(ctx.properties.lineColor);\nelement.attr({'stroke-width': ctx.properties.mainLineSize});",
"actions": null
}
],
@ -167,7 +167,7 @@
],
"properties": [
{
"id": "lineSize",
"id": "mainLineSize",
"name": "{i18n:scada.symbol.line}",
"type": "number",
"default": 6,

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Loading…
Cancel
Save