diff --git a/generic_data/rank.json b/generic_data/rank.json index aeb6020..7d53ee8 100644 --- a/generic_data/rank.json +++ b/generic_data/rank.json @@ -1,4 +1,4 @@ {"Sun" : 1, "Mercury": 2, "Venus": 3, "Heliosphere.NearEarth": 4, "Heliosphere.Remote1AU": 5, "Earth.Magnetosheath": 6, "Earth.Magnetosphere": 6, "Earth": 6, "Earth.Surface": 7, -"Mars": 8, "Jupiter": 9, "Ganymede" : 9, "Saturn": 91, "Uranus" : 92, "Neptune" : 93, "Comet" : 94, -"Heliosphere" : 99 } \ No newline at end of file +"Mars": 8, "Jupiter": 9, "Ganymede" : 9, "Saturn": 91, "Uranus" : 92, "Neptune" : 93, "Comet" : 94, "Pluto" : 95, +"Heliosphere" : 99 } diff --git a/js/app/models/LocalParamNode.js b/js/app/models/LocalParamNode.js index 375764b..54ae11f 100644 --- a/js/app/models/LocalParamNode.js +++ b/js/app/models/LocalParamNode.js @@ -30,7 +30,7 @@ Ext.define('amdaModel.LocalParamNode', icons : {'1' : 'icon-sun', '2' : 'icon-mercury','3' : 'icon-venus','4' : 'icon-sw','5' : 'icon-sw','6' : 'icon-earth','7' : 'icon-earth', '8' : 'icon-mars','9' : 'icon-jupiter','91' : 'icon-saturn','92' : 'icon-uranus','93' : 'icon-neptune', - '94' :'icon-comet', '99' :'icon-solarsystem', '999' :'icon-solarsystem' + '94' :'icon-comet', '95' : 'icon-pluto', '99' :'icon-solarsystem', '999' :'icon-solarsystem' }, constructor : function(config) diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css index 1c6cc68..40acfa9 100644 --- a/js/resources/css/amda.css +++ b/js/resources/css/amda.css @@ -443,6 +443,12 @@ background-image: url(../images/16x16/error.png) !important; background-repeat: no-repeat; } +.icon-pluto { + background-image:url(../images/icons/pluto.png) !important; + background-position: center; + background-repeat: no-repeat; +} + img.centered { display: block; margin-left: auto; diff --git a/js/resources/images/icons/pluto.png b/js/resources/images/icons/pluto.png new file mode 100644 index 0000000..8eae643 Binary files /dev/null and b/js/resources/images/icons/pluto.png differ -- libgit2 0.21.2