Browse Source

UI: Add serch tag for drilling

pull/12274/head
Artem Dzhereleiko 2 years ago
parent
commit
1d0c998af8
  1. 3
      application/src/main/data/json/system/scada_symbols/drill-hp.svg
  2. 3
      application/src/main/data/json/system/scada_symbols/hook-hp.svg
  3. 3
      application/src/main/data/json/system/scada_symbols/platform-hp.svg
  4. 3
      application/src/main/data/json/system/scada_symbols/preventer-hp.svg
  5. 3
      application/src/main/data/json/system/scada_symbols/rotor-hp.svg

3
application/src/main/data/json/system/scada_symbols/drill-hp.svg

@ -2,7 +2,8 @@
"title": "HP Drill",
"description": "Drill with various states.",
"searchTags": [
"drill"
"drill",
"drilling"
],
"widgetSizeX": 1,
"widgetSizeY": 1,

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

3
application/src/main/data/json/system/scada_symbols/hook-hp.svg

@ -2,7 +2,8 @@
"title": "HP Hook",
"description": "Hook with various states.",
"searchTags": [
"hook"
"hook",
"drilling"
],
"widgetSizeX": 1,
"widgetSizeY": 2,

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

3
application/src/main/data/json/system/scada_symbols/platform-hp.svg

@ -2,7 +2,8 @@
"title": "HP Platform",
"description": "Platform with various states.",
"searchTags": [
"platform"
"platform",
"drilling"
],
"widgetSizeX": 6,
"widgetSizeY": 3,

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

3
application/src/main/data/json/system/scada_symbols/preventer-hp.svg

@ -2,7 +2,8 @@
"title": "HP Preventer",
"description": "Preventer with various states.",
"searchTags": [
"preventer"
"preventer",
"drilling"
],
"widgetSizeX": 2,
"widgetSizeY": 1,

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

3
application/src/main/data/json/system/scada_symbols/rotor-hp.svg

@ -2,7 +2,8 @@
"title": "HP Rotor",
"description": "Rotor with various states.",
"searchTags": [
"rotor"
"rotor",
"drilling"
],
"widgetSizeX": 2,
"widgetSizeY": 1,

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save