git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/rmp-common-library@65428 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2012-12-28 19:49:17 +00:00
parent bea355d633
commit 3c951bbcc0
1 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,11 @@ public enum ResourceTypeDecorator {
* Models for SWEEPER * Models for SWEEPER
***************************************/ ***************************************/
Sweeper_GHN("gCube Hosting Node", "ghn-icon"), Sweeper_GHN("gCube Hosting Node", "ghn-icon"),
Sweeper_RI("Running Instance", "runninginstance-icon"); Sweeper_RI("Running Instance", "runninginstance-icon"),
Sweeper_RI_Orphan("Orphan Running Instance", "orphan-runninginstance-icon"),
Sweeper_GHN_Expired("Expired gHN", "expired-ghn-icon"),
Sweeper_GHN_Dead("Dead gHN", "dead-ghn-icon");
private String label = null; private String label = null;