Skip to content

Commit 012d71e

Browse files
committed
Add WG ICON Definition
1 parent 72ff34f commit 012d71e

1 file changed

Lines changed: 73 additions & 72 deletions

File tree

src/typedef/konstants.py

Lines changed: 73 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ class MeileColors():
656656
SPINNER = "imgs/spinner.png"
657657
HEALTH_ICON = "shield-plus"
658658
SICK_ICON = "emoticon-sick"
659+
WIREGUARD_ICON = "utils/coinimg/wireguard.png"
659660
ARCGIS_MAP = "https://server.arcgisonline.com/arcgis/rest/services/Canvas/World_Dark_Gray_Base/MapServer/tile/{z}/{y}/{x}.png"
660661
ARCGIS_MAP2 = "https://server.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}.png"
661662
CARTO_MAP = "https://cartodb-basemaps-{s}.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png"
@@ -677,75 +678,75 @@ class NodeKeys():
677678
NodeVersions = [str(item).zfill(3) for item in range(70,1000)]
678679
Nodetypes = ['residential', 'business', 'hosting', 'edu']
679680

680-
681-
682-
683-
684-
685-
686-
687-
688-
689-
690-
691-
692-
693-
694-
695-
696-
697-
698-
699-
700-
701-
702-
703-
704-
705-
706-
707-
708-
709-
710-
711-
712-
713-
714-
715-
716-
717-
718-
719-
720-
721-
722-
723-
724-
725-
726-
727-
728-
729-
730-
731-
732-
733-
734-
735-
736-
737-
738-
739-
740-
741-
742-
743-
744-
745-
746-
747-
748-
749-
750-
751-
681+
682+
683+
684+
685+
686+
687+
688+
689+
690+
691+
692+
693+
694+
695+
696+
697+
698+
699+
700+
701+
702+
703+
704+
705+
706+
707+
708+
709+
710+
711+
712+
713+
714+
715+
716+
717+
718+
719+
720+
721+
722+
723+
724+
725+
726+
727+
728+
729+
730+
731+
732+
733+
734+
735+
736+
737+
738+
739+
740+
741+
742+
743+
744+
745+
746+
747+
748+
749+
750+
751+
752+

0 commit comments

Comments
 (0)