From 4b90645ede52b3dbd36dc2207d9f3bf9c0126429 Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Sun, 14 Aug 2016 15:59:20 +0200 Subject: [PATCH] - updated wormhole connection labels, closed #251 --- js/app/map/map.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/app/map/map.js b/js/app/map/map.js index 51dbb670..ed6ada32 100644 --- a/js/app/map/map.js +++ b/js/app/map/map.js @@ -1531,9 +1531,9 @@ define([ {icon: 'fa-reply fa-rotate-180', action: 'change_status', text: 'change status', subitems: [ {subIcon: 'fa-clock-o', subAction: 'wh_eol', subText: 'toggle EOL'}, {subDivider: true}, - {subIcon: 'fa-circle', subAction: 'status_fresh', subText: 'stage 0 (fresh)'}, - {subIcon: 'fa-adjust', subAction: 'status_reduced', subText: 'stage 1 (reduced)'}, - {subIcon: 'fa-circle-o', subAction: 'status_critical', subText: 'stage 2 (critical)'} + {subIcon: 'fa-circle', subAction: 'status_fresh', subText: 'stage 1 (fresh)'}, + {subIcon: 'fa-adjust', subAction: 'status_reduced', subText: 'stage 2 (reduced)'}, + {subIcon: 'fa-circle-o', subAction: 'status_critical', subText: 'stage 3 (critical)'} ]}, {divider: true, action: 'delete_connection'},